[issue26470] Make OpenSSL module compatible with OpenSSL 1.1.0

Christian Heimes report at bugs.python.org
Mon Aug 29 16:39:03 EDT 2016


Christian Heimes added the comment:

Hi Zachary, you have found a bug in my patch. I mistakenly defined SSL_CTX_set_default_passwd_cb() and SSL_CTX_set_default_passwd_cb_userdata() for OpenSSL < 1.1.0. Both functions already exist. Only the getters are missing for < 1.1.0. Please remove both functions from _ssl.c and try again.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26470>
_______________________________________


More information about the Python-bugs-list mailing list