Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_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
147 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() return 0 on success, and
/freebsd-14-stable/crypto/openssl/test/
HDclienthellotest.c128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
HDsslapitest.c10009 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, NULL, 2))) in test_set_alpn()
10011 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0))) in test_set_alpn()
10013 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good)))) in test_set_alpn()
10015 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, good, 1))) in test_set_alpn()
10017 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad0, sizeof(bad0)))) in test_set_alpn()
10019 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad1, sizeof(bad1)))) in test_set_alpn()
10021 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad2, sizeof(bad2)))) in test_set_alpn()
10023 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn()
10025 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
HDssl_old_test.c1726 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map109 SSL_CTX_set_alpn_protos;
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num334 SSL_CTX_set_alpn_protos 335 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/crypto/openssl/test/helpers/
HDhandshake.c641 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
/freebsd-14-stable/contrib/unbound/
HDconfig.h.in629 /* Define to 1 if you have the `SSL_CTX_set_alpn_protos' function. */
HDconfigure.ac999 …ket_key_evp_cb SSL_CTX_set_alpn_select_cb SSL_get0_alpn_selected SSL_CTX_set_alpn_protos SSL_get1_…
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
HDssl.h.in792 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_lib.c3080 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() function
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile3876 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_CTX_set_alpn_protos.3
/freebsd-14-stable/contrib/unbound/doc/
HDChangelog2160 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with