Add `parse_key` and `parse_public_key` methods
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 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
@@ 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.
Bump 🙂
Who would be the right person to review this? @quinnj maybe?