Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dssl.py126 from _ssl import HAS_SNI, HAS_ECDH, HAS_NPN, HAS_ALPN
685 if not self._sslobj or not _ssl.HAS_NPN:
/external/curl/lib/vtls/
Dopenssl.c1602 #undef HAS_NPN
1606 # define HAS_NPN 1 macro
1609 #ifdef HAS_NPN
1971 #ifdef HAS_NPN in ossl_connect_step1()
/external/python/cpython2/Doc/library/
Dssl.rst758 .. data:: HAS_NPN
1176 This method will raise :exc:`NotImplementedError` if :data:`HAS_NPN` is
/external/python/cpython2/Lib/test/
Dtest_ssl.py2990 @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test")