-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
[3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) #16427
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
test_ssl now handles disabled TLS/SSL versions better. OpenSSL's crypto policy and run-time settings are recognized and tests for disabled versions are skipped. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue38275. (cherry picked from commit df6ac7e) Co-authored-by: Christian Heimes <[email protected]>
PR needs fix from GH-16428 |
Check presence of SSLContext.minimum_version to make tests pass with old versions of OpenSSL. Signed-off-by: Christian Heimes <[email protected]>
I have cherry-picked commit 34992cf into this backport. |
|
test_ssl now handles disabled TLS/SSL versions better. OpenSSL's crypto policy and run-time settings are recognized and tests for disabled versions are skipped. Signed-off-by: Christian Heimes <[email protected]> https://bugs.python.org/issue38275 (cherry picked from commit df6ac7e)
test_ssl now handles disabled TLS/SSL versions better. OpenSSL's crypto
policy and run-time settings are recognized and tests for disabled versions
are skipped.
Signed-off-by: Christian Heimes [email protected]
https://bugs.python.org/issue38275.
(cherry picked from commit df6ac7e)
Co-authored-by: Christian Heimes [email protected]
https://bugs.python.org/issue38275