Searched refs:HAS_NPN (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/ |
D | ssl.py | 116 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/ |
D | ssl.py | 126 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/ |
D | openssl.c | 2133 #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/ |
D | ssl.rst | 781 .. data:: HAS_NPN 1210 This method will raise :exc:`NotImplementedError` if :data:`HAS_NPN` is
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 919 .. data:: HAS_NPN 1682 This method will raise :exc:`NotImplementedError` if :data:`HAS_NPN` is
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 3002 @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test")
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 4084 @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test")
|