intel / sgx-ra-sample

Other
178 stars 65 forks source link

Does this repo have a plan to support DCAP attestation? #71

Closed Keepmoving-ZXY closed 3 years ago

Keepmoving-ZXY commented 3 years ago

Hi, I am working on a project in which SGX plays a extra import role, and the project may run a machine algorithm that handle lots of data, and SGX 1 limit the size of secure memory region and the SGX 2 enlarge it, so we decide to buy some cpu processor that support SGX 2. Today I want to add EPID remote attestation code based on code in this repo into my project, but I find that SGX 2 processor may not support EPID remote attestation any more, this means that code in this repo can't be used in SGX 2 processor. So is there any plan to bring support DCAP attestation into this repo?

XNinety9 commented 3 years ago

This one does: https://github.com/intel/SGXDataCenterAttestationPrimitives

Keepmoving-ZXY commented 3 years ago

ok, I will have a see, thank you.

jmechalas commented 3 years ago

There are no plans to adapt this sample for DCAP.