-
Notifications
You must be signed in to change notification settings - Fork 52
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 support for P-521 curve with SHA-256/SHA-384 digests #272
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
I guess we should bump the required aws-lc-rs version in Cargo.toml
?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #272 +/- ##
=======================================
Coverage 97.30% 97.30%
=======================================
Files 19 19
Lines 4237 4237
=======================================
Hits 4123 4123
Misses 114 114 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Used administrative override to squash during merge. |
Issues:
Address #267
Description of changes:
aws-lc-rs has added support for ECDSA P-521 with SHA1, SHA224, SHA256, SHA384 in aws/aws-lc-rs#461.
This PR introduces ECDSA_P521_SHA256 and ECDSA_P521_SHA384 for aws-lc-rs to webpki.