/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 | 81 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn_ossltest, in select_alpn()
|
H A D | quic-server-non-block.c | 81 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 | 135 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 | 407 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 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 | 896 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/crypto/openssl/test/ |
H A D | ssl_old_test.c | 302 if (SSL_select_next_proto in cb_server_alpn()
|
H A D | quicapitest.c | 2499 if (SSL_select_next_proto((unsigned char **)out, out_len, alpn, sizeof(alpn), in select_alpn()
|
H A D | sslapitest.c | 12330 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 314 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
H A D | s_server.c | 693 if (SSL_select_next_proto 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 | 826 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
H A D | ssl.h.in | 803 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 4586 int ret = SSL_select_next_proto((void*)out, outlen,
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 190 * Fixed possible buffer overread in SSL_select_next_proto()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3598 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 | 4127 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3
|