-
Notifications
You must be signed in to change notification settings - Fork 741
Support _ABSENT_PARAMS
PKCS#1 signature algorithms
#2505
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
This is a more-restricted version of `RSA_PKCS1_2048_8192_SHA384`, so supplying it alongside that doesn't make sense.
Requires rustls-webpki 0.103.3
Benchmark resultsInstruction countsSignificant differencesClick to expand
Other differencesClick to expand
Wall-timeSignificant differencesThere are no significant wall-time differences 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 #2505 +/- ##
=======================================
Coverage 95.40% 95.40%
=======================================
Files 97 97
Lines 21881 21881
=======================================
Hits 20875 20875
Misses 1006 1006 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
This seems reasonable but I'm also not sure I follow what you mean by the commit message for the first commit w.r.t RSA_PKCS1_3072_8192_SHA384
being a "more-restricted" version of the 2048 equivalent.
Can you expand on that a little bit for my own education?
ring's So, my argument here is that there are no signatures that are accepted by |
That makes sense. Thanks for the explanation! |
This is the final part of #2448