Home
last modified time | relevance | path

Searched refs:SSL_select_next_proto (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod7 SSL_select_next_proto, SSL_get0_alpn_selected, SSL_get0_next_proto_negotiated
42 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
70 SSL_select_next_proto() is a helper function used to select protocols. It
80 The SSL_select_next_proto() helper function can be useful from either the ALPN
86 SSL_select_next_proto().
155 SSL_select_next_proto() returns one of the following:
/freebsd/crypto/openssl/demos/quic/server/
H A Dserver.c37 if (SSL_select_next_proto((unsigned char **)out, out_len, in select_alpn()
/freebsd/crypto/openssl/demos/guide/
H A Dquic-server-block.c81 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
H A Dquic-server-non-block.c81 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c135 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
/freebsd/secure/lib/libssl/
H A DVersion.map317 SSL_select_next_proto;
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c69 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn, alpnlen, in alpn_select_cb()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c407 ret = SSL_select_next_proto(out, outlen, in, inlen, in client_npn_cb()
446 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-block.pod148 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
H A Dossl-guide-quic-server-non-block.pod158 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c35 if (SSL_select_next_proto((unsigned char **)out, out_len, in ssl_ctx_select_alpn()
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c896 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
/freebsd/crypto/openssl/util/
H A Dlibssl.num308 SSL_select_next_proto 309 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c302 if (SSL_select_next_proto in cb_server_alpn()
H A Dquicapitest.c2499 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn, sizeof(alpn), in select_alpn()
H A Dsslapitest.c12330 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()
/freebsd/crypto/openssl/apps/
H A Ds_client.c314 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
H A Ds_server.c693 if (SSL_select_next_proto in alpn_cb()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md109 | `SSL_select_next_proto` | Global | ��U | ��U | ��NC | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h826 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
H A Dssl.h.in803 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4586 int ret = SSL_select_next_proto((void*)out, outlen,
/freebsd/crypto/openssl/
H A DNEWS.md190 * Fixed possible buffer overread in SSL_select_next_proto()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c3598 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4127 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3

12