Searched refs:SSL_select_next_proto (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/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(). 150 SSL_select_next_proto() returns one of the following:
|
| /freebsd-14.2/secure/lib/libssl/ |
| H A D | Version.map | 318 SSL_select_next_proto;
|
| /freebsd-14.2/crypto/openssl/test/helpers/ |
| H A D | handshake.c | 406 ret = SSL_select_next_proto(out, outlen, in, inlen, in client_npn_cb() 445 ret = SSL_select_next_proto(&tmp_out, outlen, in server_alpn_cb()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libssl.num | 308 SSL_select_next_proto 309 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | ssl_old_test.c | 301 if (SSL_select_next_proto in cb_server_alpn()
|
| H A D | sslapitest.c | 10886 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | s_client.c | 268 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
| H A D | s_server.c | 669 if (SSL_select_next_proto in alpn_cb()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 806 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
| H A D | ssl.h.in | 783 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
| /freebsd-14.2/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 4592 int ret = SSL_select_next_proto((void*)out, outlen, in doq_alpn_select_cb()
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 2950 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NEWS.md | 45 * Fixed possible buffer overread in SSL_select_next_proto()
|
| H A D | CHANGES.md | 76 * Fixed possible buffer overread in SSL_select_next_proto(). 78 Calling the OpenSSL API function SSL_select_next_proto with an empty
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4124 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_select_next_proto.3
|