-
Notifications
You must be signed in to change notification settings - Fork 726
Migrate to pki-types PEM decoder #2140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesClick to expand
Other differencesClick to expand
Additional informationCheckout details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2140 +/- ##
==========================================
- Coverage 94.64% 94.63% -0.01%
==========================================
Files 102 102
Lines 23416 23400 -16
==========================================
- Hits 22161 22145 -16
Misses 1255 1255 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Net -100 lines is a good deal!
4e66781
to
4f9f644
Compare
This reworks all the test and example code we have to use the new pki-types PEM decoding.
Generally this went smoothly, and I'm very pleased that quite a lot of boilerplate fell away. We might want to
impl std::error::Error
onpem::Error
?