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
398 stars 118 forks source link

rsa and md5 tools #1722

Closed ecdeye closed 3 months ago

ecdeye commented 3 months ago

Description:

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

Codecov Report

Attention: Patch coverage is 37.11790% with 144 lines in your changes missing coverage. Please review.

Project coverage is 78.27%. Comparing base (916b3d1) to head (be17f0b).

Files Patch % Lines
tool-openssl/rsa_test.cc 42.85% 52 Missing :warning:
tool-openssl/test_util.h 3.84% 23 Missing and 2 partials :warning:
tool-openssl/md5_test.cc 20.00% 24 Missing :warning:
tool-openssl/md5.cc 0.00% 22 Missing :warning:
tool-openssl/rsa.cc 69.64% 17 Missing :warning:
tool-openssl/x509_test.cc 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1722 +/- ## ========================================== - Coverage 78.35% 78.27% -0.08% ========================================== Files 573 578 +5 Lines 96123 96327 +204 Branches 13780 13802 +22 ========================================== + Hits 75318 75403 +85 - Misses 20200 20319 +119 Partials 605 605 ```

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