-
Notifications
You must be signed in to change notification settings - Fork 726
Add end entity and client public keys in PEM format for testing #2078
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2078 +/- ##
==========================================
+ Coverage 94.18% 94.52% +0.33%
==========================================
Files 97 102 +5
Lines 21640 23465 +1825
==========================================
+ Hits 20382 22180 +1798
- Misses 1258 1285 +27 ☔ 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.
(could squash these two commits; i could take it or leave it.)
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesClick to expand
Other differencesClick to expand
Additional informationCheckout details:
|
(I think those benchmark results are a result of this branch being before the ticketer changes.) |
Co-authored-by: Adolfo Ochagavía <github@adolfo.ochagavia.nl>
Squashed the two commits
I think you're right, I've synced the fork and rebased the branch. |
I think this is low enough risk to merge with just my review. |
This PR adds public keys in PEM format for the end entity and client, useful to test the implementation of Raw Public Keys in #2062