Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

intel-sgx logic update announcement

Jason-Liang
Novice
501 Views

Hi Intel team

    As we are re-implementing the DCAP verification logic in here (https://github.com/intel/linux-sgx) into rust, we wonder

1. How could we get any notification if there is any logic change/update in the original repo? For example we found that for Certificate Subject verification, the original code use partial match (e.g. subject.contains("CA") ), and if anything is changed here (e.g. the partial match become subject.contains("ca"), which becomes lowercase), how can we got informed beforehand, so that it won't stop our service from working suddenly?

Thanks!

0 Kudos
1 Reply
Benny_Intel
Moderator
436 Views

Hello,

We are happy to hear that you plan to re-implement DCAP verification in Rust.
I assume you mean the quote verification logic present in the DCAP repo, not the SGX repo.

Unfortunately, the only possibility we see for you to get informed about changes to DCAP is activating notifications on the DCAP GitHub repo

Best regards,
Benny

 

0 Kudos
Reply