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 pitrou
Recipients Arfrever, Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou, vstinner
Date 2014-10-15.08:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413363013.91.0.695360620227.issue22638@psf.upfronthosting.co.za>
In-reply-to
Content
Update on 2.7:
- there are no SSL servers in the stdlib (ha)
- SSL clients don't do any auto-downgrading

so it's not obvious we should patch something (if people choose to pass PROTOCOL_SSLv3, it's their problem).

Update on 3.4:
- the only SSL server in the stdlib is in asyncio, but it forces the user to pass their own SSL context (good!)
- SSL clients don't do any auto-downgrading

(3.5 should be similar)
History
Date User Action Args
2014-10-15 08:50:13pitrousetrecipients: + pitrou, janssen, vstinner, giampaolo.rodola, christian.heimes, Arfrever, alex, dstufft, Lukasa
2014-10-15 08:50:13pitrousetmessageid: <1413363013.91.0.695360620227.issue22638@psf.upfronthosting.co.za>
2014-10-15 08:50:13pitroulinkissue22638 messages
2014-10-15 08:50:13pitroucreate