Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dclienthellotest.c123 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
H A Dsslapitest.c7035 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, NULL, 2))) in test_set_alpn()
7037 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0))) in test_set_alpn()
7039 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good)))) in test_set_alpn()
7041 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, good, 1))) in test_set_alpn()
7043 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad0, sizeof(bad0)))) in test_set_alpn()
7045 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad1, sizeof(bad1)))) in test_set_alpn()
7047 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad2, sizeof(bad2)))) in test_set_alpn()
7049 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn()
7051 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
H A Dhandshake_helper.c645 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
H A Dssltest_old.c1725 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dclienthellotest.c128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
H A Dssl_old_test.c1726 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map108 SSL_CTX_set_alpn_protos;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map133 SSL_CTX_set_alpn_protos;
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c937 SSL_CTX_set_alpn_protos(ctx, (const unsigned char *)NGHTTP2_PROTO_ALPN, in isc_tlsctx_enable_dot_server_alpn()
1036 SSL_CTX_set_alpn_protos(ctx, (const uint8_t *)DOT_PROTO_ALPN, in isc_tls_cert_store_create()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Ddohclient.c513 SSL_CTX_set_alpn_protos(ctx, (const unsigned char *)"\x02h2", 3); in run()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num334 SSL_CTX_set_alpn_protos 335 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num334 SSL_CTX_set_alpn_protos 335 3_0_0 EXIST::FUNCTION:
/netbsd-src/external/bsd/nsd/dist/
H A Dxfrd-tcp.c56 if (SSL_CTX_set_alpn_protos(ctx, protos, sizeof(protos)) != 0) { in create_ssl_context()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h800 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_client.c1889 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
/netbsd-src/external/bsd/unbound/dist/
H A Dconfig.h.in553 /* Define to 1 if you have the `SSL_CTX_set_alpn_protos' function. */
H A Dconfigure.ac945 …ket_key_evp_cb SSL_CTX_set_alpn_select_cb SSL_get0_alpn_selected SSL_CTX_set_alpn_protos SSL_get1_…
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c2872 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt1263 SSL_F_SSL_CTX_SET_ALPN_PROTOS:343:SSL_CTX_set_alpn_protos
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in792 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog1429 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with