Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dmbedtls.c148 # undef HAS_ALPN
150 # define HAS_ALPN macro
505 #ifdef HAS_ALPN in mbed_connect_step1()
680 #ifdef HAS_ALPN in mbed_connect_step2()
Dschannel.c65 # define HAS_ALPN 1 macro
762 #ifdef HAS_ALPN in schannel_connect_step1()
787 #ifdef HAS_ALPN in schannel_connect_step1()
866 #ifdef HAS_ALPN in schannel_connect_step1()
1370 #ifdef HAS_ALPN in schannel_connect_step3()
1398 #ifdef HAS_ALPN in schannel_connect_step3()
Dopenssl.c2222 #undef HAS_ALPN
2225 # define HAS_ALPN 1 macro
2781 #ifdef HAS_ALPN in ossl_connect_step1()
3413 #ifdef HAS_ALPN in ossl_connect_step2()
/third_party/python/Lib/
Dssl.py116 HAS_SNI, HAS_ECDH, HAS_NPN, HAS_ALPN, HAS_SSLv2, HAS_SSLv3, HAS_TLSv1,
1169 if self._sslobj is None or not _ssl.HAS_ALPN:
/third_party/nghttp2/python/
Dnghttp2.pyx314 if tls.HAS_ALPN:
/third_party/python/Doc/library/
Dssl.rst923 .. data:: HAS_ALPN
1705 This method will raise :exc:`NotImplementedError` if :data:`HAS_ALPN` is
/third_party/python/Doc/whatsnew/
D3.5.rst1786 The :data:`~ssl.HAS_ALPN` flag indicates whether ALPN support is present.