[issue20209] Deprecate PROTOCOL_SSLv2

Antoine Pitrou report at bugs.python.org
Thu Jan 9 20:27:26 CET 2014


Antoine Pitrou added the comment:

> If #20207 happens for 3.4, would it still be possible to use SSLv2?

#20207 has already happened for 3.4 and, yes, it's still possible to use SSLv2 (except that many distros also disable SSLv2 in their OpenSSL build).

The commit message is quite clear about that: """Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for."""

----------

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


More information about the Python-bugs-list mailing list