Home
last modified time | relevance | path

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

/openbsd/regress/lib/libssl/unit/
H A Dssl_set_alpn_protos.c124 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 DSymbols.list89 SSL_CTX_set_alpn_protos
H A Dssl_lib.c1888 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 Dssl.h616 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
/openbsd/lib/libssl/hidden/openssl/
H A Dssl.h53 LSSL_USED(SSL_CTX_set_alpn_protos);
/openbsd/usr.sbin/unbound/testcode/
H A Ddohclient.c513 SSL_CTX_set_alpn_protos(ctx, (const unsigned char *)"\x02h2", 3); in run()
/openbsd/lib/libtls/
H A Dtls.c558 if (SSL_CTX_set_alpn_protos(ssl_ctx, ctx->config->alpn, in tls_configure_ssl()
/openbsd/regress/lib/libssl/ssl/
H A Dssltest.c707 SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len); in main()
/openbsd/usr.bin/openssl/
H A Ds_client.c984 SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len); in s_client_main()
/openbsd/usr.sbin/nsd/
H A Dxfrd-tcp.c56 if (SSL_CTX_set_alpn_protos(ctx, protos, sizeof(protos)) != 0) { in create_ssl_context()
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in562 /* Define to 1 if you have the `SSL_CTX_set_alpn_protos' function. */
H A Dconfigure.ac998 …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 DChangelog2011 - Further fix for #468: detect SSL_CTX_set_alpn_protos for build with