Open devmotion opened 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
4c4de15
) 76.49% compared to head (6184783
) 76.74%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Bump 🙂
Who would be the right person to review this? @quinnj maybe?
This PR adds
MbedTLS.parse_key
andMbedTLS.parse_public_key
methods which are arguably convenient additions and complementMbedTLS.parse_key!
andMbedTLS.parse_public_key!
in the same way asMbedTLS.parse_keyfile
/MbedTLS.parse_keyfile!
andMbedTLS.parse_public_keyfile
/MbedTLS.parse_public_keyfile!
.