Skip to content

AArch64 Pointer Authentication using aarch64-unknown-linux-pauthtest target on Linux ELF platforms #618

@tomassedovic

Description

@tomassedovic
Metadata
Point of contact @jchlanda
Team(s) compiler
Goal document 2026/aarch64_pointer_authentication_pauthtest

Summary

This goal aims to add Pointer Authentication Code (later on referred to as PAC,
pauth) support to Rust compiler. PAC is a hardware security feature introduced
by ARM in ARMv8.3. It works by adding a cryptographic signature to pointers and
verifying that signature before the pointers are used. This mechanism helps
prevent attacks that attempt to modify or substitute writable pointers, such as
return addresses or function pointers.

The signature is stored directly within the pointer value. On AArch64 systems
the usable virtual address space occupies fewer than 64 bits, leaving upper bits
of the pointer available to store PAC data.

Tasks and status

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions