[issue34669] test_ssl fails if SSLv2 is enabled

2021-04-17 Thread Christian Heimes
Christian Heimes added the comment: We are no longer testing with any OpenSSL version that has SSL 2.0 enabled or even available. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue34669] test_ssl fails if SSLv2 is enabled

2018-09-13 Thread Christian Heimes
Christian Heimes added the comment: Benjamin and I discussed the issue face to face. Rather than fixing the tests, I'm going to remove support and tests for SSL 2.0. -- ___ Python tracker __

[issue34669] test_ssl fails if SSLv2 is enabled

2018-09-13 Thread Benjamin Peterson
New submission from Benjamin Peterson : I modified multissltests.py to enable-ssl2: --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -275,7 +275,8 @@ class AbstractBuilder(object): cmd = [ "./config", "shared", "--debug", -"--pr