Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_set_alpn_select_cb.pod | 5 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/ |
| HD | clienthellotest.c | 128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
|
| HD | sslapitest.c | 10009 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()
|
| HD | ssl_old_test.c | 1726 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
|
| /freebsd-14-stable/secure/lib/libssl/ |
| HD | Version.map | 109 SSL_CTX_set_alpn_protos;
|
| /freebsd-14-stable/crypto/openssl/util/ |
| HD | libssl.num | 334 SSL_CTX_set_alpn_protos 335 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14-stable/crypto/openssl/test/helpers/ |
| HD | handshake.c | 641 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | s_client.c | 1854 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
|
| /freebsd-14-stable/contrib/unbound/ |
| HD | config.h.in | 629 /* Define to 1 if you have the `SSL_CTX_set_alpn_protos' function. */
|
| HD | configure.ac | 999 …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/ |
| HD | ssl.h | 815 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
| HD | ssl.h.in | 792 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
| /freebsd-14-stable/crypto/openssl/ssl/ |
| HD | ssl_lib.c | 3080 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/ |
| HD | Makefile | 3876 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_CTX_set_alpn_protos.3
|
| /freebsd-14-stable/contrib/unbound/doc/ |
| HD | Changelog | 2160 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with
|