Closed mulmarta closed 3 weeks ago
Attention: Patch coverage is 88.23529%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 90.16%. Comparing base (
c710afa
) to head (ffff30b
).
Files with missing lines | Patch % | Lines |
---|---|---|
mls-rs-crypto-awslc/src/x509/component.rs | 50.00% | 3 Missing :warning: |
mls-rs-crypto-awslc/src/x509/certificate.rs | 96.15% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes:
X509_get0_pubkey
so it's replaced byX509_get_pubkey
which differs in requiringfree
of the keyBIO_number_written
and now it returnsu64
instead ofusize
. This is not the case for FIPS.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.