[issue29136] Add OP_NO_TLSv1_3

Christian Heimes report at bugs.python.org
Thu Sep 7 20:10:19 EDT 2017


Christian Heimes added the comment:

PR 1363 also introduced ssl.HAS_TLSv1_3 flag for unit tests. The flag is required because OpenSSL 1.1.1-dev can be compiled without TLS 1.3 support. The development version always defines OP_NO_TLSv1_3 to a non-zero value. Further more the PR adds a test for TLS 1.3.

----------
versions:  -Python 3.5

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


More information about the Python-bugs-list mailing list