-
Notifications
You must be signed in to change notification settings - Fork 726
Improve invalid key purpose errors #2426
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 differencesThere are no significant instruction count differences Other differencesClick to expand
Wall-timeSignificant differencesThere are no significant wall-time differences Other differencesClick to expand
Additional informationCheckout details:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2426 +/- ##
==========================================
- Coverage 95.57% 95.54% -0.04%
==========================================
Files 95 95
Lines 22843 22892 +49
==========================================
+ Hits 21833 21872 +39
- Misses 1010 1020 +10 ☔ 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.
Nice :-)
Will hold approving until the cargo patch is dropped, but the implementation LGTM.
I think having rustls-webpki 0.103.2 be out in the wild before rustls 0.23.27 is released would lead to suboptimal error handling, so I kinda want to get my approvals for this PR before I publish rustls-webpki 0.103.2. I think the remaining CI failures are all because of the dependency on a published rustls-webpki so that's a bit annoying but not sure it's worth doing something about? |
50bd546
to
12e9e98
Compare
1762dd1
to
6328ce1
Compare
|
Depends on: