Expand description

Types that contain information about attestation report. The implementation is based on Attestation Service API version 4. https://api.trustedservices.intel.com/documents/sgx-attestation-api-spec.pdf

Structs

A report that can be signed by Intel EPID (which generates EndorsedAttestationReport) and then sent off of the platform to be verified by remote client.
A report generated by an enclave that contains measurement, identity and other data related to enclave.
An application that hosts an enclave can ask the enclave to produce a report (SgxEnclaveReport) and then pass this report to a platform service (Quoting Enclave) to produce a type of credential that reflects the enclave and platform state. The quote can be passed to entities off the platform, and verified using Intel EPID signature verification techniques.

Enums

ECDSA attestation key type
Intel EPID attestation signature type
SGX Quote status
SGX Quote structure version