Closed justsmth closed 2 months ago
Attention: Patch coverage is 78.63636%
with 47 lines
in your changes missing coverage. Please review.
Project coverage is 92.52%. Comparing base (
c358484
) to head (8c8e522
). Report is 78 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description of changes:
ManagedPointer
explicit (instead of using Deref):MutPointer
type as an analog ofConstPointer
.ManagedPointer
useas_mut
to obtain aMutPointer
.ManagedPointer
useas_const
to obtain aConstPointer
.ManagedPointer
useas_mut_unsafe
to obtain aMutPointer
.Call-outs:
The uses of
as_mut_unsafe
are limited to calls made to the following AWS-LC functions:These function only modify
EVP_PKEY
ref-count while holding a global lock.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.