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 jcea, naif, pitrou
Date 2011-12-19.10:09:25
SpamBayes Score 0.00089262467
Marked as misclassified No
Message-id <1324289367.17.0.419252611213.issue13627@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch adding a set_ecdh_curve() method on SSL contexts, and a ssl.OP_SINGLE_ECDH_USE option flag. This is enough to enable ECDH with compatible clients (I've tested with Firefox and openssl s_client).
History
Date User Action Args
2011-12-19 10:09:27pitrousetrecipients: + pitrou, jcea, naif
2011-12-19 10:09:27pitrousetmessageid: <1324289367.17.0.419252611213.issue13627@psf.upfronthosting.co.za>
2011-12-19 10:09:26pitroulinkissue13627 messages
2011-12-19 10:09:26pitroucreate