Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 13 of 13) sorted by relevance
/openbsd/regress/lib/libssl/unit/ |
H A D | ssl_set_alpn_protos.c | 124 ret = SSL_CTX_set_alpn_protos(ctx, tc->protocols, tc->protocols_len); in test_ssl_set_alpn_protos() 161 if (SSL_CTX_set_alpn_protos(ctx, valid, sizeof(valid)) != 0) { in test_ssl_set_alpn_protos_edge_cases() 165 if (SSL_CTX_set_alpn_protos(ctx, NULL, 0) != 0) { in test_ssl_set_alpn_protos_edge_cases() 169 if (SSL_CTX_set_alpn_protos(ctx, valid, 0) != 0) { in test_ssl_set_alpn_protos_edge_cases() 173 if (SSL_CTX_set_alpn_protos(ctx, NULL, 43) != 0) { in test_ssl_set_alpn_protos_edge_cases()
|
/openbsd/lib/libssl/ |
H A D | Symbols.list | 89 SSL_CTX_set_alpn_protos
|
H A D | ssl_lib.c | 1888 SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() function 1914 LSSL_ALIAS(SSL_CTX_set_alpn_protos);
|
H A D | ssl.h | 616 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/openbsd/lib/libssl/hidden/openssl/ |
H A D | ssl.h | 53 LSSL_USED(SSL_CTX_set_alpn_protos);
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | dohclient.c | 513 SSL_CTX_set_alpn_protos(ctx, (const unsigned char *)"\x02h2", 3); in run()
|
/openbsd/lib/libtls/ |
H A D | tls.c | 558 if (SSL_CTX_set_alpn_protos(ssl_ctx, ctx->config->alpn, in tls_configure_ssl()
|
/openbsd/regress/lib/libssl/ssl/ |
H A D | ssltest.c | 707 SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len); in main()
|
/openbsd/usr.bin/openssl/ |
H A D | s_client.c | 984 SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len); in s_client_main()
|
/openbsd/usr.sbin/nsd/ |
H A D | xfrd-tcp.c | 56 if (SSL_CTX_set_alpn_protos(ctx, protos, sizeof(protos)) != 0) { in create_ssl_context()
|
/openbsd/usr.sbin/unbound/ |
H A D | config.h.in | 562 /* Define to 1 if you have the `SSL_CTX_set_alpn_protos' function. */
|
H A D | configure.ac | 998 …ket_key_evp_cb SSL_CTX_set_alpn_select_cb SSL_get0_alpn_selected SSL_CTX_set_alpn_protos SSL_get1_…
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 2011 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with
|