rustls / webpki

WebPKI X.509 Certificate Validation in Rust
https://docs.rs/rustls-webpki/latest/webpki/
Other
94 stars 50 forks source link

Add support for P-521 curve with SHA-256/SHA-384 digests #272

Closed samin-cf closed 2 months ago

samin-cf commented 2 months ago

Issues:

Address https://github.com/rustls/webpki/issues/267

Description of changes:

aws-lc-rs has added support for ECDSA P-521 with SHA1, SHA224, SHA256, SHA384 in https://github.com/aws/aws-lc-rs/pull/461.

This PR introduces ECDSA_P521_SHA256 and ECDSA_P521_SHA384 for aws-lc-rs to webpki.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #272 +/- ## ======================================= Coverage 97.30% 97.30% ======================================= Files 19 19 Lines 4237 4237 ======================================= Hits 4123 4123 Misses 114 114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

djc commented 2 months ago

Used administrative override to squash during merge.