[issue21015] support SSL_CTX_set_ecdh_auto on newer OpenSSLs

Mark Dickinson report at bugs.python.org
Mon Apr 14 19:40:40 CEST 2014


Mark Dickinson 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.


[1] ftp://ftp.ulakbim.gov.tr/pub/openssl/docs/ssl/SSL_CTX_set1_curves.html

----------

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


More information about the Python-bugs-list mailing list