-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Drop pyOpenSSL dependency #141
Comments
For additional context see: wbond/certvalidator#33 (comment) |
wbond/certvalidator is unmaintained and we will only be using it as inspiration. However there has been some movement on cryptography: the verify_directly_issued_by() API will be released in cryptography 40.0. So the path to retiring pyOpenSSL looks like this:
|
If you're looking at this issue because of the PyOpenSSL deprecation warning, this issue is blocked by cryptography support for standalone client certificate validation, which is scheduled to be released in cryptography version 43. |
SignXML uses two major bits of pyOpenSSL functionality:
I've identified two strategies so far:
The text was updated successfully, but these errors were encountered: