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 alex
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
Date 2015-11-01.19:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446405054.12.0.603454420685.issue25530@psf.upfronthosting.co.za>
In-reply-to
Content
SSLv3 is broken, both _create_unverified_context and create_default_context turn it off, but we should make all contexts turn it off, like we do for SSLv2.

A patch is attached.
History
Date User Action Args
2015-11-01 19:10:54alexsetrecipients: + alex, janssen, pitrou, giampaolo.rodola, christian.heimes, dstufft
2015-11-01 19:10:54alexsetmessageid: <1446405054.12.0.603454420685.issue25530@psf.upfronthosting.co.za>
2015-11-01 19:10:53alexlinkissue25530 messages
2015-11-01 19:10:53alexcreate