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 alex, christian.heimes, dstufft, geoffreyspear, jramnani, mark.dickinson, ncoghlan, ned.deily, pitrou, python-dev, skrah, vstinner
Date 2014-04-16.16:41:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397666469.47.0.276231910317.issue21015@psf.upfronthosting.co.za>
In-reply-to
Content
So, I think I've found the issue. On OpenSSL < 1.0.0, the ECDH ciphers exist but the "ECDH" cipher alias doesn't. I've committed a patch which should fix the issue, although the set_ciphers() call may be entirely useless given our current default cipher list.
History
Date User Action Args
2014-04-16 16:41:09pitrousetrecipients: + pitrou, mark.dickinson, ncoghlan, vstinner, christian.heimes, ned.deily, alex, skrah, geoffreyspear, python-dev, jramnani, dstufft
2014-04-16 16:41:09pitrousetmessageid: <1397666469.47.0.276231910317.issue21015@psf.upfronthosting.co.za>
2014-04-16 16:41:09pitroulinkissue21015 messages
2014-04-16 16:41:09pitroucreate