[issue21015] support SSL_CTX_set_ecdh_auto on newer OpenSSLs

Antoine Pitrou report at bugs.python.org
Wed Apr 16 18:41:09 CEST 2014


Antoine Pitrou added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list