/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | 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 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 D | clienthellotest.c | 123 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
|
H A D | sslapitest.c | 7035 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 D | handshake_helper.c | 645 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
|
H A D | ssltest_old.c | 1725 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | clienthellotest.c | 128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
|
H A D | ssl_old_test.c | 1726 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 108 SSL_CTX_set_alpn_protos;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 133 SSL_CTX_set_alpn_protos;
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | tls.c | 937 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 D | dohclient.c | 513 SSL_CTX_set_alpn_protos(ctx, (const unsigned char *)"\x02h2", 3); in run()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 334 SSL_CTX_set_alpn_protos 335 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 334 SSL_CTX_set_alpn_protos 335 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | xfrd-tcp.c | 56 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 D | ssl.h | 800 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_client.c | 1854 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 D | s_client.c | 1889 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | config.h.in | 553 /* Define to 1 if you have the `SSL_CTX_set_alpn_protos' function. */
|
H A D | configure.ac | 945 …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 D | ssl_lib.c | 2872 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 D | openssl.txt | 1263 SSL_F_SSL_CTX_SET_ALPN_PROTOS:343:SSL_CTX_set_alpn_protos
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 792 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/netbsd-src/external/bsd/unbound/dist/doc/ |
H A D | Changelog | 1429 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with
|