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

Antoine Pitrou report at bugs.python.org
Sun Dec 18 17:32:12 CET 2011


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

Ok, so you are talking specifically about ECDH? Or is there something to be done for generic EC support?

OpenSSL has a SSL_CTX_set_tmp_dh() function (macro, actually), but it's undocumented. Best bet is probably to follow ssl/ssltest.c (OpenSSL source tree), lines 825 and following, under "#ifndef OPENSSL_NO_ECDH".

----------

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


More information about the Python-bugs-list mailing list