[issue24372] Documentation for ssl.wrap_socket's ssl_version parameter is odd

Christian Heimes report at bugs.python.org
Thu Sep 8 11:24:04 EDT 2016


Christian Heimes added the comment:

OpenSSL 1.1.0 has deprecated all versions except TLS_METHOD and DTLS_METHOD. TLS_METHOD is the new name for auto-nego SSLv23_METHOD. Python 3.6 defaults to TLS_METHOD already. #27876 will add a better way to configure accepted versions.

----------
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24372>
_______________________________________


More information about the Python-bugs-list mailing list