[issue40457] Python fails to compile/load _ssl module if OpenSSL is compiled with no-tls1-method

Christian Heimes report at bugs.python.org
Sat May 2 11:27:04 EDT 2020


Christian Heimes <lists at cheimes.de> added the comment:

Thanks for the bug report. I've created a PR to check for the correct flags in _ssl__SSLContext_impl(). I'll backport the fix to 3.8 and 3.7. 3.6 and older are in security-only mode.

----------
versions: +Python 3.9 -Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40457>
_______________________________________


More information about the Python-bugs-list mailing list