Reputation: 341
There are two different attestation mechanism which can be used for remote and local attestation in intel SGX . Does any one know what are the differences between DCAP and EPID attestation in Intel SGX?
Upvotes: 1
Views: 370
Reputation: 19
Intel has replaced EPID with their TrustAuthority service. EPID effectively shutdown EPID's dev endpoint on September 29, 2024, and production EPID is end-of-life on Apr 2, 2025.
Upvotes: 0
Reputation: 915
EPID is a "standard" attestation mode, where, very basically:
DCAP is almost the same, but it doesn't involve Intel's Attestation Server. It's, basically, made for contained architecture that cannot allow a frequent communication with Intel.
Upvotes: 1