Home
last modified time | relevance | path

Searched refs:HAS_NPN (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/
Dssl.py116 HAS_SNI, HAS_ECDH, HAS_NPN, HAS_ALPN, HAS_SSLv2, HAS_SSLv3, HAS_TLSv1,
912 if _ssl.HAS_NPN:
1129 if self._sslobj is None or not _ssl.HAS_NPN:
/external/python/cpython2/Lib/
Dssl.py126 from _ssl import HAS_SNI, HAS_ECDH, HAS_NPN, HAS_ALPN, HAS_TLSv1_3
691 if not self._sslobj or not _ssl.HAS_NPN:
/external/curl/lib/vtls/
Dopenssl.c2133 #undef HAS_NPN
2137 # define HAS_NPN 1 macro
2140 #ifdef HAS_NPN
2690 #ifdef HAS_NPN in ossl_connect_step1()
/external/python/cpython2/Doc/library/
Dssl.rst781 .. data:: HAS_NPN
1210 This method will raise :exc:`NotImplementedError` if :data:`HAS_NPN` is
/external/python/cpython3/Doc/library/
Dssl.rst919 .. data:: HAS_NPN
1682 This method will raise :exc:`NotImplementedError` if :data:`HAS_NPN` is
/external/python/cpython2/Lib/test/
Dtest_ssl.py3002 @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test")
/external/python/cpython3/Lib/test/
Dtest_ssl.py4084 @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test")