Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Rust logic for DCAP Quote Verification #17

Open
6 of 11 tasks
nick-mobilecoin opened this issue Jun 27, 2022 · 0 comments
Open
6 of 11 tasks

Create Rust logic for DCAP Quote Verification #17

nick-mobilecoin opened this issue Jun 27, 2022 · 0 comments

Comments

@nick-mobilecoin
Copy link
Collaborator

nick-mobilecoin commented Jun 27, 2022

DCAP quote verification wrapper around the FFI created in #3

Some constraints to be aware of:

  • The C SGX libraries are not available on all platforms needing to verify.
  • The enclaves themselves may need to verify a provided quote.

Breaking this up into multiple pieces (idea taken signal's list in dcap.rs)

nick-mobilecoin added a commit that referenced this issue Jun 29, 2022
Add logic to verify the quoting enclave report body from a quote.

This only contains the logic to verify the quote body.  The other steps
necessary to fulfill the quote verification are listed in the issue #17.

There is an [okteta](https://apps.kde.org/okteta/) definition available at
https://github.com/nick-mobilecoin/okteta-SGXQuote to make it easier for one to
view the `hw_quote.dat` file.  I'm up for suggestions on how to name the current
`hw_quote.dat` file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant