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

Take aws-lc-rs 1.9 #284

Merged
merged 5 commits into from
Sep 9, 2024
Merged

Take aws-lc-rs 1.9 #284

merged 5 commits into from
Sep 9, 2024

Conversation

ctz
Copy link
Member

@ctz ctz commented Sep 9, 2024

Proposed release notes:

  • Support for aws-lc-rs 1.9 added. This release adds supports for compressed EC public keys, when used with aws-lc-rs.

(nb. I plan to enable the prebuilt-nasm feature at the rustls level, not here. Mainly because this crate has a slower release cadence and it seems like a good idea to make that decision as high in the stack as possible.)

This requires a manual bump of cc to 1.0.100.  Upstream
PR opened to fix that.
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.23%. Comparing base (380a7d5) to head (123fc3a).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #284      +/-   ##
==========================================
- Coverage   97.33%   97.23%   -0.11%     
==========================================
  Files          20       20              
  Lines        4283     4225      -58     
==========================================
- Hits         4169     4108      -61     
- Misses        114      117       +3     

☔ 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.

Just a few nits to pick

src/aws_lc_rs_algs.rs Outdated Show resolved Hide resolved
src/aws_lc_rs_algs.rs Outdated Show resolved Hide resolved
@ctz ctz force-pushed the jbp-aws-lc-rs-1.9 branch 2 times, most recently from 1c0c2aa to 7e52a29 Compare September 9, 2024 14:47
src/aws_lc_rs_algs.rs Outdated Show resolved Hide resolved
src/aws_lc_rs_algs.rs Outdated Show resolved Hide resolved
What if the SPKI BIT STRING contains a SPKI?  This test
aims to find out.  It is a regression test for
the code that restricts EC key encodings being lost,
as aws-lc-rs accepts an SPKI in the API we use.
@ctz ctz enabled auto-merge September 9, 2024 15:29
@ctz ctz added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit 5fedee2 Sep 9, 2024
57 of 58 checks passed
@ctz ctz deleted the jbp-aws-lc-rs-1.9 branch September 9, 2024 15:38
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