[issue30008] OpenSSL 1.1.0 deprecated functions

Christian Heimes report at bugs.python.org
Sat Apr 8 16:56:27 EDT 2017


Christian Heimes added the comment:

Thanks for your report.

Python is going to require legacy functions like TLSv1_method() for a while. They are required to provide constants like PROTOCOL_TLSv1. I have deprecated these constants in 3.6 and they will be removed in 3.8. In the mean time Python is not compatible with OpenSSL api=1.1.0.

----------

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


More information about the Python-bugs-list mailing list