Skip to content

Commit

Permalink
SBI: Attestation Extension
Browse files Browse the repository at this point in the history
This patch add an attestation and measurement SBI extension (`ATST`).

The `ATST` extension defines a set of functions for SBI implementations
to provide attestation primitives, mostly related to the confidential
computing remote attestation flows.

Besides allowing SBI callers to request for attestation certificates,
this extension also give them the ability to dynamically extend the TCB
measurements set and read measurement registers back.

SBI implementations must expose their attestation and measurement
capabilities through the `ATST` FID #0: `get_capabilities`.

Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
sameo committed Apr 7, 2023
1 parent e60cd64 commit efeb1c8
Show file tree
Hide file tree
Showing 4 changed files with 2,092 additions and 0 deletions.
Loading

0 comments on commit efeb1c8

Please sign in to comment.