-
Notifications
You must be signed in to change notification settings - Fork 426
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
Test failures with pyopenssl 24.3.0 #975
Comments
I think the problem is the usage of This API was removed in pyOpenSSL 24.3.0
I treid to take a look at the suggested replacement library, but I couldn't find a direct replacement for this function. |
The issue was raised before that the crypt functionallity of pyopenssl should not be used #879 |
pyca/cryptography#7939 looks related, but didn't pan out. |
Code Version
7.5.0
Expected Behavior
Tests should succeed when within the version boundaries of pysaml2.
Current Behavior
The following tests fail in combination with pyopenssl==24.3.0.
Full tracebacks
Possible Solution
Steps to Reproduce
The text was updated successfully, but these errors were encountered: