- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page