This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeremy.kloth
Recipients giampaolo.rodola, janssen, jeremy.kloth
Date 2010-01-13.01:49:34
SpamBayes Score 0.008519284
Marked as misclassified No
Message-id <1263347379.2.0.256810617572.issue4870@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-13 01:49:39jeremy.klothsetrecipients: + jeremy.kloth, janssen, giampaolo.rodola
2010-01-13 01:49:39jeremy.klothsetmessageid: <1263347379.2.0.256810617572.issue4870@psf.upfronthosting.co.za>
2010-01-13 01:49:37jeremy.klothlinkissue4870 messages
2010-01-13 01:49:37jeremy.klothcreate