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,
731 if _ssl.HAS_NPN:
944 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.c2060 #undef HAS_NPN
2064 # define HAS_NPN 1 macro
2067 #ifdef HAS_NPN
2505 #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.rst911 .. data:: HAS_NPN
1670 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.py3967 @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test")