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 christian.heimes, giampaolo.rodola, janssen, larry, pitrou, r.david.murray, vstinner
Date 2014-01-09.19:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389295646.17.0.254872638863.issue20209@psf.upfronthosting.co.za>
In-reply-to
Content
> If #20207 happens for 3.4, would it still be possible to use SSLv2?

#20207 has already happened for 3.4 and, yes, it's still possible to use SSLv2 (except that many distros also disable SSLv2 in their OpenSSL build).

The commit message is quite clear about that: """Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for."""
History
Date User Action Args
2014-01-09 19:27:26pitrousetrecipients: + pitrou, janssen, vstinner, larry, giampaolo.rodola, christian.heimes, r.david.murray
2014-01-09 19:27:26pitrousetmessageid: <1389295646.17.0.254872638863.issue20209@psf.upfronthosting.co.za>
2014-01-09 19:27:26pitroulinkissue20209 messages
2014-01-09 19:27:26pitroucreate