aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
258 stars 105 forks source link

Merge main into fips-NetOS-2024-06-11 #1673

Open billbo-yang opened 4 days ago

billbo-yang commented 4 days ago

Description of changes:

Update fips-NetOS-2024-06-11 to be up to date with main

Call-outs:

N/A

Testing:

N/A

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 1 day ago

Codecov Report

Attention: Patch coverage is 86.05442% with 164 lines in your changes missing coverage. Please review.

Project coverage is 78.21%. Comparing base (4e54dd8) to head (3da2c4a).

Files Patch % Lines
crypto/fipsmodule/rand/snapsafe_detect.c 52.83% 25 Missing :warning:
crypto/fipsmodule/kdf/sskdf.c 86.36% 21 Missing :warning:
tool-openssl/x509.cc 48.78% 21 Missing :warning:
crypto/x509/x509_vfy.c 69.84% 19 Missing :warning:
crypto/evp_extra/p_kem.c 85.91% 10 Missing :warning:
crypto/fipsmodule/evp/evp_ctx.c 66.66% 9 Missing :warning:
tool-openssl/x509_test.cc 72.72% 5 Missing and 4 partials :warning:
crypto/x509/x509_test.cc 94.36% 8 Missing :warning:
crypto/x509/x509_req.c 63.15% 7 Missing :warning:
ssl/ssl_lib.cc 85.71% 7 Missing :warning:
... and 12 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## fips-NetOS-2024-06-11 #1673 +/- ## ========================================================= + Coverage 78.13% 78.21% +0.08% ========================================================= Files 562 571 +9 Lines 94667 95405 +738 Branches 13576 13705 +129 ========================================================= + Hits 73964 74621 +657 - Misses 20111 20173 +62 - Partials 592 611 +19 ```

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