JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

Add `parse_key` and `parse_public_key` methods #282

Open devmotion opened 9 months ago

devmotion commented 9 months ago

This PR adds MbedTLS.parse_key and MbedTLS.parse_public_key methods which are arguably convenient additions and complement MbedTLS.parse_key! and MbedTLS.parse_public_key! in the same way as MbedTLS.parse_keyfile/MbedTLS.parse_keyfile! and MbedTLS.parse_public_keyfile/MbedTLS.parse_public_keyfile!.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4c4de15) 76.49% compared to head (6184783) 76.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #282 +/- ## ========================================== + Coverage 76.49% 76.74% +0.24% ========================================== Files 12 12 Lines 753 761 +8 ========================================== + Hits 576 584 +8 Misses 177 177 ```

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

devmotion commented 8 months ago

Bump 🙂

DilumAluthge commented 8 months ago

Who would be the right person to review this? @quinnj maybe?