Module sgx

Source
Expand description

SGX-specific functionality.

Modules§

egetkey
SGX per-CPU package sealing key accessor.
ias
Intel Attestation Service (IAS) attestation verification report handling.
pcs
Intel Provisioning Certification Services (PCS) quote handling.
seal
Wrappers for sealing secrets to the enclave in cold storage.

Structs§

EnclaveIdentity
Enclave identity.
MrEnclave
Enclave hash (MRENCLAVE).
MrSigner
Enclave signer hash (MRSIGNER).
QuotePolicy
Quote validity policy.
VerifiedQuote
A remote attestation quote that has undergone verification.

Enums§

Quote
An unverified SGX remote attestation quote, depending on the attestation scheme.

Constants§

MAX_QUOTE_AGE
Maximum age of a quote from the viewpoint of the enclave.

Functions§

report_for
Generate a report for the given target enclave.