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
236 stars 40 forks source link

Allow external bindgen; more prefixing; bump aws-lc-sys to v0.16.0 #401

Closed justsmth closed 2 months ago

justsmth commented 2 months ago

Issues:

Addresses:

Description of changes:

Call-outs:

See also:

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 2 months ago

Codecov Report

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

Project coverage is 95.80%. Comparing base (575f7d0) to head (3797f07).

:exclamation: Current head 3797f07 differs from pull request most recent head f8596e8. Consider uploading reports for the commit f8596e8 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #401 +/- ## ======================================= Coverage 95.80% 95.80% ======================================= Files 61 61 Lines 8143 8143 ======================================= Hits 7801 7801 Misses 342 342 ```

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

justsmth commented 2 months ago

I needed to close this b/c the source branch of this PR is the generate/aws-lc-sys-v0.16.0 on this repo and not my repo. This causes problems when I pushed new changes to the branch, as that triggers the workflow. :-/

See #402