[issue21015] support SSL_CTX_set_ecdh_auto on newer OpenSSLs

Antoine Pitrou report at bugs.python.org
Mon Apr 14 19:27:15 CEST 2014


Antoine Pitrou added the comment:

> The docs[1] for SSL_set_ecdh_auto say: "These functions were first
added to OpenSSL 1.0.2." From looking at Modules/_ssl.c, it looks as
though we're trying to use them when the version is >= 0.9.8.

If that was the issue at hand we would get a compile error, no?

----------

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


More information about the Python-bugs-list mailing list