Remote attestation enables an enclave to cryptographically prove its identity and integrity to a remote verifier. Key points:Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-ethan-captcha-protection.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Enclaves generate a signed quote containing measurements (hashes) of their code and configuration.
- Only quotes signed by a hardware root of trust (e.g., AWS Nitro Security Module) are considered valid.
- The verifier checks the quote against expected measurements to ensure no unauthorized modifications.
- Attestation workflows typically follow:
- Host application sends an attestation request to the enclave.
- Enclave performs measurement, signs the quote, and returns it.
- Host or external verifier validates the signature and measurements.