Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 21 of 21) sorted by relevance

/third_party/nghttp2/src/
Dasio_client_tls_context.cc66 SSL_CTX_set_alpn_protos(ctx, proto_list.data(), proto_list.size()); in configure_tls_context()
Dh2load.cc2505 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in main()
Dnghttp.cc2331 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size()); in communicate()
/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,
14 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, 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/
Dclienthellotest.c123 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
Dsslapitest.c6760 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, NULL, 2))) in test_set_alpn()
6762 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0))) in test_set_alpn()
6764 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good)))) in test_set_alpn()
6766 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, good, 1))) in test_set_alpn()
6768 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad0, sizeof(bad0)))) in test_set_alpn()
6770 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad1, sizeof(bad1)))) in test_set_alpn()
6772 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad2, sizeof(bad2)))) in test_set_alpn()
6774 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn()
6776 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
Dhandshake_helper.c645 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
Dssltest_old.c1725 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
/third_party/grpc/test/core/handshake/
Dserver_ssl_common.cc231 GPR_ASSERT(SSL_CTX_set_alpn_protos(ctx, alpn_protos, alpn_protos_len) == 0); in server_ssl_test()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h333 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, unsigned int protos_len);
/third_party/nghttp2/examples/
Dlibevent-client.c345 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3); in create_ssl_ctx()
/third_party/nghttp2/doc/sources/
Dtutorial-client.rst64 SSL_CTX_set_alpn_protos(ssl_ctx, (const unsigned char *)"\x02h2", 3);
/third_party/openssl/util/
Dlibssl.num334 SSL_CTX_set_alpn_protos 335 1_1_0 EXIST::FUNCTION:
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc1971 if (SSL_CTX_set_alpn_protos( in tsi_create_ssl_client_handshaker_factory_with_options()
/third_party/openssl/include/openssl/
Dssl.h800 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
/third_party/openssl/apps/
Ds_client.c1889 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
/third_party/curl/lib/vtls/
Dopenssl.c2808 if(SSL_CTX_set_alpn_protos(backend->ctx, protocols, cur)) { in ossl_connect_step1()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h151 #define SSL_CTX_set_alpn_protos BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_set_alpn_protos) macro
/third_party/python/Modules/
D_ssl.c3340 if (SSL_CTX_set_alpn_protos(self->ctx, self->alpn_protocols, self->alpn_protocols_len)) in _ssl__SSLContext__set_alpn_protocols_impl()
/third_party/openssl/ssl/
Dssl_lib.c2857 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() function
/third_party/openssl/crypto/err/
Dopenssl.txt1263 SSL_F_SSL_CTX_SET_ALPN_PROTOS:343:SSL_CTX_set_alpn_protos