Expand description
This modules implements attestation protocols for Underhill to support TVM and CVM, including getting a tenant key via secure key release (SKR) for unlocking VMGS and requesting an attestation key (AK) certificate for TPM. The module also implements the VMGS unlocking process based on SKR.
Structs§
- An attestation error.
- Host attestation settings obtained via the GET GSP call-out.
- Helper struct to create
IgvmAttestRequest
in raw bytes. - The return values of
initialize_platform_security
.
Enums§
- The attestation type to use.
Functions§
- If required, attest platform. Gets VMGS datastore key.
- Parse a
AK_CERT_REQUEST
response and return the payload (i.e., the AK cert).