[issue13627] Python SSL stack doesn't support Elliptic Curve ciphers

Antoine Pitrou report at bugs.python.org
Mon Dec 19 11:09:27 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

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).

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file24050/ecdh.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13627>
_______________________________________


More information about the Python-bugs-list mailing list