[issue20207] Disable SSLv2 in Python 2.x

Alex Gaynor report at bugs.python.org
Thu Jan 9 17:48:05 CET 2014


New submission from Alex Gaynor:

SSLv2 has numerous security issues, and thus is in limited use on the web. Continuing to allow SSLv2 handshakes only serves to limit security.

----------
components: Library (Lib)
messages: 207748
nosy: alex
priority: normal
severity: normal
status: open
title: Disable SSLv2 in Python 2.x
versions: Python 2.7

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


More information about the Python-bugs-list mailing list