/external/curl/docs/cmdline-opts/ |
http2.d | 7 See-also: no-alpn
|
no-alpn.d | 1 Long: no-alpn 7 Help: Disable the ALPN TLS extension 9 Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built 10 with an SSL library that supports ALPN. ALPN is used by a libcurl that supports
|
no-npn.d | 6 See-also: no-alpn http2
|
/external/boringssl/src/ssl/ |
handoff.cc | 326 next_proto, alpn, hostname, channel_id, transcript, key_share; local 370 !CBS_get_asn1(&seq, &alpn, CBS_ASN1_OCTETSTRING) || 426 s3->alpn_selected.CopyFrom(alpn);
|
/external/boringssl/src/ssl/test/runner/ |
runner.go | 471 alpn = 1 504 // negotiate a next protocol via NPN or ALPN. 842 if (test.expectedNextProtoType == alpn) != connState.NegotiatedProtocolFromALPN { 470 alpn = 1 const [all...] |
/external/boringssl/src/tool/ |
transport_common.cc | 303 const uint8_t *alpn; local 305 SSL_get0_alpn_selected(ssl, &alpn, &alpn_len); 306 BIO_printf(bio, " ALPN protocol: %.*s\n", alpn_len, alpn);
|
/external/python/cpython2/Modules/ |
_ssl.c | 131 /* ALPN added in OpenSSL 1.0.2 */ [all...] |
/external/python/cpython3/Modules/ |
_ssl.c | [all...] |
/external/grpc-grpc-java/netty/shaded/ |
grpc-netty-shaded-1.14.0.jar | |