aws / aws-lc-rs

aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. The library strives to be API-compatible with the popular Rust library named ring.
Other
320 stars 49 forks source link

Update aws-lc-sys to v0.20.0 #455

Closed justsmth closed 4 months ago

justsmth commented 4 months ago

Issues

Addresses:

Description of changes:

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 commented 4 months ago

Codecov Report

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

Project coverage is 92.83%. Comparing base (c358484) to head (51289b0). Report is 35 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #455 +/- ## ========================================== - Coverage 95.80% 92.83% -2.97% ========================================== Files 61 62 +1 Lines 8143 8626 +483 Branches 0 8626 +8626 ========================================== + Hits 7801 8008 +207 - Misses 342 362 +20 - Partials 0 256 +256 ```

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

justsmth commented 4 months ago

I plan to re-align this aws-lc-sys v0.20.0 release with the upcoming AWS-LC 1.32.0 release, which should have fixes for both #453 and #427.