[issue4870] ssl module is missing SSL_OP_NO_SSLv2

Jeremy Kloth report at bugs.python.org
Wed Jan 13 02:49:39 CET 2010


Jeremy Kloth <jeremy.kloth at gmail.com> added the comment:

I have developed a patch that adds the ability to disable SSLv2, SSlv3 and TLSv1 when using the SSLv23 method. It changes Modules/_ssl.c, Lib/ssl.py and Doc/library/ssl.rst.

----------
keywords: +patch
nosy: +jeremy.kloth
Added file: http://bugs.python.org/file15849/issue4870.diff

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


More information about the Python-bugs-list mailing list