Home
last modified time | relevance | path

Searched refs:SSL_set_alpn_protos (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_set_alpn_select_cb.pod5 SSL_CTX_set_alpn_protos, SSL_set_alpn_protos, SSL_CTX_set_alpn_select_cb,
16 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
52 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() are used by the client to
138 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() return 0 on success, and
/third_party/openssl/test/
Dsslapitest.c2942 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN, in test_early_data_psk()
2999 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN, in test_early_data_psk()
3017 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist, in test_early_data_psk()
6783 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2))) in test_set_alpn()
6785 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0))) in test_set_alpn()
6787 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good)))) in test_set_alpn()
6789 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1))) in test_set_alpn()
6791 if (!TEST_true(SSL_set_alpn_protos(ssl, bad0, sizeof(bad0)))) in test_set_alpn()
6793 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn()
6795 if (!TEST_true(SSL_set_alpn_protos(ssl, bad2, sizeof(bad2)))) in test_set_alpn()
[all …]
/third_party/node/src/
Dnode_crypto_common.cc82 return SSL_set_alpn_protos( in SetALPN()
92 return SSL_set_alpn_protos(ssl.get(), protos.data(), protos.length()) == 0; in SetALPN()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c405 SSL_set_alpn_protos(wsi->tls.ssl, openssl_alpn, (unsigned int)n); in lws_ssl_client_bio_create()
/third_party/nghttp2/src/
Dshrpx_tls.cc1848 SSL_set_alpn_protos(ssl, alpn.data(), alpn.size()); in setup_downstream_http2_alpn()
1855 SSL_set_alpn_protos(ssl, NGHTTP2_H1_1_ALPN.byte(), NGHTTP2_H1_1_ALPN.size()); in setup_downstream_http1_alpn()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc953 SSL_set_alpn_protos(ssl.get(), in DoExchange()
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt331 CHECK_FUNCTION_EXISTS(${VARIA}SSL_set_alpn_protos LWS_HAVE_SSL_set_alpn_protos PARENT_SCOPE)
/third_party/openssl/util/
Dlibssl.num223 SSL_set_alpn_protos 224 1_1_0 EXIST::FUNCTION:
/third_party/curl/lib/vquic/
Dngtcp2.c360 SSL_set_alpn_protos(qs->ssl, alpn, (int)alpnlen); in quic_init_ssl()
/third_party/openssl/include/openssl/
Dssl.h802 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
/third_party/libcoap/src/
Dcoap_openssl.c2842 SSL_set_alpn_protos(ssl, coap_alpn, sizeof(coap_alpn)); in setup_client_ssl_session()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h438 #define SSL_set_alpn_protos BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_set_alpn_protos) macro
/third_party/openssl/ssl/
Dssl_lib.c2889 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos() function
/third_party/openssl/crypto/err/
Dopenssl.txt1328 SSL_F_SSL_SET_ALPN_PROTOS:344:SSL_set_alpn_protos