-
Notifications
You must be signed in to change notification settings - Fork 81
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
rapid power-up code signing #2940
Conversation
Codecov ReportBase: 97.19% // Head: 97.09% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2940 +/- ##
==========================================
- Coverage 97.19% 97.09% -0.11%
==========================================
Files 216 217 +1
Lines 42456 42728 +272
==========================================
+ Hits 41267 41487 +220
- Misses 1189 1241 +52
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* Several doc strings and type corrections Add CRL._verify() to ensure that the certificate being revoked was signed by the CA. * Docstring * Fix flatten * Remove CRL verification bits for now * Revert "Remove CRL verification bits for now" This reverts commit 8135799. This ALSO changes the logic to directly pass the X509_V_FLAG_PARTIAL_CHAIN flag to the context.
…stead use synerr subclasses. (#2954) * Update certdir to have fewer places it leaks PyOpenSSL exceptions, instead use synerr subclasses.
No description provided.