| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_alpn_select_cb.pod | 7 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 D | server.c | 37 if (SSL_select_next_proto((unsigned char **)out, out_len, in select_alpn()
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | quic-server-block.c | 99 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
|
| H A D | quic-server-non-block.c | 99 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 D | quic-hq-interop-server.c | 145 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 317 SSL_select_next_proto;
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tserver.c | 69 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn, alpnlen, in alpn_select_cb()
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | handshake.c | 402 ret = SSL_select_next_proto(out, outlen, in, inlen, in client_npn_cb() 442 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-quic-server-block.pod | 148 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
|
| H A D | ossl-guide-quic-server-non-block.pod | 158 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest,
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | quic_ops.c | 35 if (SSL_select_next_proto((unsigned char **)out, out_len, in ssl_ctx_select_alpn()
|
| /freebsd/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3-demo-server.c | 893 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 308 SSL_select_next_proto 309 3_0_0 EXIST::FUNCTION:
|
| /freebsd/contrib/unbound/util/ |
| H A D | net_help.c | 1183 ret = SSL_select_next_proto(&tmp_out, outlen, alpns, sizeof(alpns), in, inlen); in dot_alpn_select_cb()
|
| /freebsd/crypto/openssl/test/ |
| H A D | ssl_old_test.c | 298 if (SSL_select_next_proto((unsigned char **)out, outlen, protos, protos_len, in, in cb_server_alpn()
|
| H A D | quicapitest.c | 2522 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn, sizeof(alpn), in select_alpn()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_client.c | 313 ctx->status = SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
| H A D | s_server.c | 694 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in, in alpn_cb()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 109 | `SSL_select_next_proto` | Global | U | U | NC | Done …
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 828 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
| H A D | ssl.h.in | 805 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 4623 int ret = SSL_select_next_proto((void*)out, outlen, in doq_alpn_select_cb()
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 362 * Fixed possible buffer overread in SSL_select_next_proto()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 3566 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 D | Makefile | 4131 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3
|