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

Add Quote3Verifier #97

Merged
merged 2 commits into from
May 25, 2023
Merged

Add Quote3Verifier #97

merged 2 commits into from
May 25, 2023

Conversation

nick-mobilecoin
Copy link
Collaborator

Add Quote3Verifier which can be used with the verifier composition to
verify the signature of a Quote3.

Motivation

Add `Quote3Verifier` which can be used with the verifier composition to
verify the signature of a `Quote3`.
@nick-mobilecoin
Copy link
Collaborator Author

nick-mobilecoin commented May 24, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@meowblecoinbot meowblecoinbot requested a review from a team May 24, 2023 16:04
@github-actions github-actions bot added size/L Large PRs rust Pull requests that update rust code labels May 24, 2023
@github-actions
Copy link

❌ Unreviewed dependencies found

Crate Version Reviews (N/2) LoC Left-Pad Index Geiger Flags
yare 1.0.2 0 89 12 0 ____
mc-sgx-core-sys-types 0.6.1 0 224 5 0 CB__
displaydoc 0.2.3 0 409 69 24 ____
subtle 2.5.0 0 440 142 9 ____
x509-cert 0.2.2 0 1915 5 0 ____
mc-sgx-dcap-types 0.6.1 0 1990 0 0 ____
mc-sgx-core-types 0.6.1 0 2053 2 0 ____
textwrap 0.16.0 0 2234 75 0 ____
p256 0.13.2 0 2545 24 0 ____

@nick-mobilecoin nick-mobilecoin requested review from eranrund and cbeck88 and removed request for a team May 24, 2023 16:08
@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Merging #97 (c13662f) into main (d138d73) will decrease coverage by 0.02%.
The diff coverage is 97.53%.

@@            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     
Impacted Files Coverage Δ
verifier/src/quote.rs 97.50% <97.50%> (ø)
verifier/src/lib.rs 92.66% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

verifier/src/quote.rs Outdated Show resolved Hide resolved
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
Copy link
Collaborator Author

@nick-mobilecoin started a stack merge that includes this pull request via Graphite.

@nick-mobilecoin nick-mobilecoin merged commit 07e67a0 into main May 25, 2023
@nick-mobilecoin nick-mobilecoin deleted the nick/quote-verifier branch May 25, 2023 14:05
@nick-mobilecoin
Copy link
Collaborator Author

@nick-mobilecoin merged this pull request with Graphite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update rust code size/L Large PRs
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants