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

EDDSA PCT (#1968) #1970

Conversation

torben-hansen
Copy link
Contributor

Cherry-pick of #1968

Per 10.3.A, Ed25519 needs a PCT. Only implement for FIPS build type and make it a simple sign-verify cycle. Abort on failure.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

Per 10.3.A, Ed25519 needs a PCT. Only implement for FIPS build type and make it a simple sign-verify cycle. Abort on failure.
@torben-hansen torben-hansen requested a review from a team as a code owner November 5, 2024 23:22
@torben-hansen torben-hansen enabled auto-merge (squash) November 5, 2024 23:25
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.59%. Comparing base (f3a7ced) to head (d271869).

Additional details and impacted files
@@               Coverage Diff                @@
##           fips-2024-09-27    #1970   +/-   ##
================================================
  Coverage            78.58%   78.59%           
================================================
  Files                  585      585           
  Lines               100510   100513    +3     
  Branches             14253    14254    +1     
================================================
+ Hits                 78986    78998   +12     
+ Misses               20887    20877   -10     
- Partials               637      638    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@torben-hansen torben-hansen merged commit dc6b2cb into aws:fips-2024-09-27 Nov 6, 2024
104 of 110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants