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
354 stars 111 forks source link

Add support for ocsp get id #1609

Closed ecdeye closed 4 months ago

ecdeye commented 4 months ago

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.

Description: Added "OCSP_onereq_get0_id," which is an OCSP function available in OpenSSL, but missing in AWS-LC

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.06%. Comparing base (8258d73) to head (8390020).

Files Patch % Lines
crypto/ocsp/ocsp_server.c 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1609 +/- ## ========================================== + Coverage 78.05% 78.06% +0.01% ========================================== Files 562 562 Lines 94600 94609 +9 Branches 13575 13577 +2 ========================================== + Hits 73840 73858 +18 + Misses 20168 20159 -9 Partials 592 592 ```

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