-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Quote3Verifier
#97
Conversation
Add `Quote3Verifier` which can be used with the verifier composition to verify the signature of a `Quote3`.
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
❌ Unreviewed dependencies found
|
Codecov Report
@@ Coverage Diff @@
## main #97 +/- ##
==========================================
- Coverage 97.84% 97.83% -0.02%
==========================================
Files 6 7 +1
Lines 1948 2028 +80
==========================================
+ Hits 1906 1984 +78
- Misses 42 44 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The comment for modifying the quote in order to cause a signature verification failure has been updated to better explain why the modified byte was chosen.
@nick-mobilecoin started a stack merge that includes this pull request via Graphite. |
@nick-mobilecoin merged this pull request with Graphite. |
Add
Quote3Verifier
which can be used with the verifier composition toverify the signature of a
Quote3
.Motivation