Remote Attestation
Responses like /address include an SGX attestation quote and an enclave-produced signature.
Verify
Validate the quote using Intel® SGX DCAP tooling/services.
Check enclave identity (expected
MRENCLAVE/MRSIGNER) and TCB status.Verify the enclave public key and the
signaturebound to the canonicalresultpayload.
Operational guidance
Publish expected identity values and rotate on enclave upgrades.
Reject stale quotes; enforce grace periods/CRLs.
Canonicalize payload (
UTF8(JSON.stringify(result))) before verifying signatures.
Intel DCAP docs provide the attestation model and collateral details. See Intel’s DCAP orientation docs.
Last updated