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 support for P-521 curve with SHA-256/SHA-384 digests #272

Merged
merged 3 commits into from
Jul 21, 2024

Conversation

samin-cf
Copy link
Contributor

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.

Copy link
Member

@djc djc left a 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?

tests/generate.py Outdated Show resolved Hide resolved
tests/generate.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jul 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.30%. Comparing base (97242e5) to head (a42c49f).

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.
📢 Have feedback on the report? Share it here.

Copy link
Member

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

tests/generate.py Outdated Show resolved Hide resolved
@djc djc merged commit 917b1ba into rustls:main Jul 21, 2024
30 checks passed
@djc
Copy link
Member

djc commented Jul 21, 2024

Used administrative override to squash during merge.

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.

3 participants