Message 103749 - Python tracker

Message103749

Author pitrou
Recipients heikki, janssen, pitrou
Date 2010-04-20.20:40:50
SpamBayes Score 1.1578675e-06
Marked as misclassified No
Message-id <1271796051.91.0.26227225719.issue3596@psf.upfronthosting.co.za>
In-reply-to
Content
The new "ciphers" argument in trunk and py3k should do the trick, shouldn't it?
Do note that starting with OpenSSL 1.0.0, SSLv2 is disabled by default when using the "SSLv23" client method (you can re-enable it by specifying "ALL" for the cipher list).
History
Date User Action Args
2010-04-20 20:40:52pitrousetrecipients: + pitrou, janssen, heikki
2010-04-20 20:40:51pitrousetmessageid: <1271796051.91.0.26227225719.issue3596@psf.upfronthosting.co.za>
2010-04-20 20:40:50pitroulinkissue3596 messages
2010-04-20 20:40:50pitroucreate