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

fix: improve ring compat for digest::Algorithm #267

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

camshaft
Copy link
Collaborator

@camshaft camshaft commented Nov 2, 2023

Description of changes:

In 0.17, ring made the digest::Algorithm fields private and changed them to getter functions:

briansmith/ring@a26925c

This change keeps the fields public (to avoid breaking changes) and also includes the functions.

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.

@codecov-commenter
Copy link

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (1718222) 95.61% compared to head (166da78) 95.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #267      +/-   ##
==========================================
- Coverage   95.61%   95.48%   -0.13%     
==========================================
  Files          50       50              
  Lines        6699     6708       +9     
==========================================
  Hits         6405     6405              
- Misses        294      303       +9     
Files Coverage Δ
aws-lc-rs/src/digest.rs 93.67% <0.00%> (-5.11%) ⬇️

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

justsmth
justsmth previously approved these changes Nov 2, 2023
Copy link
Contributor

@justsmth justsmth left a comment

Choose a reason for hiding this comment

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

@skmcgrail skmcgrail merged commit 222f0a6 into aws:main Nov 6, 2023
100 of 101 checks passed
@camshaft camshaft deleted the digest-ring-compat branch November 6, 2023 22:15
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