Home
last modified time | relevance | path

Searched refs:OP_NO_TLSv1_3 (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_ssl.py344 ssl.OP_NO_TLSv1_3
2995 client_context.options |= ssl.OP_NO_TLSv1_3
3747 client_context.options |= ssl.OP_NO_TLSv1_3
3870 context.options |= ssl.OP_NO_TLSv1_3
3967 client_context.options |= ssl.OP_NO_TLSv1_3
3970 server_context.options |= ssl.OP_NO_TLSv1_3
4268 client_context.options |= ssl.OP_NO_TLSv1_3
4328 client_context.options |= ssl.OP_NO_TLSv1_3
4329 client_context2.options |= ssl.OP_NO_TLSv1_3
4684 client_context.options |= ssl.OP_NO_TLSv1_3
/external/python/pyopenssl/doc/api/
Dssl.rst77 OP_NO_TLSv1_3
/external/python/pyopenssl/src/OpenSSL/
DSSL.py150 OP_NO_TLSv1_3 = _lib.SSL_OP_NO_TLSv1_3 variable
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst367 Add TLS 1.3 cipher suites and OP_NO_TLSv1_3.
D3.7.0a1.rst1725 Add TLS 1.3 cipher suites and OP_NO_TLSv1_3.
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst783 Add TLS 1.3 cipher suites and OP_NO_TLSv1_3.
/external/python/cpython2/Lib/test/
Dtest_ssl.py174 ssl.OP_NO_TLSv1_3
/external/python/cpython2/Doc/library/
Dssl.rst717 .. data:: OP_NO_TLSv1_3
/external/python/cpython3/Doc/library/
Dssl.rst815 .. data:: OP_NO_TLSv1_3