Home
last modified time | relevance | path

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

/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:
/openssl/ssl/quic/
H A Dquic_tserver.c72 if (SSL_select_next_proto((unsigned char **)out, outlen, alpn, alpnlen, in alpn_select_cb()
/openssl/test/helpers/
H A Dhandshake.c406 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()
/openssl/util/
H A Dlibssl.num308 SSL_select_next_proto 309 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dssl_old_test.c302 if (SSL_select_next_proto in cb_server_alpn()
H A Dsslapitest.c12161 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()
/openssl/apps/
H A Ds_client.c313 SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
H A Ds_server.c691 if (SSL_select_next_proto in alpn_cb()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md109 | `SSL_select_next_proto` | Global | ��U | ��U | ��NC | ��Done …
/openssl/
H A DNEWS.md140 * Fixed possible buffer overread in SSL_select_next_proto()
H A DCHANGES.md285 * Fixed possible buffer overread in SSL_select_next_proto().
287 Calling the OpenSSL API function SSL_select_next_proto with an empty
/openssl/include/openssl/
H A Dssl.h.in803 __owur int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/openssl/ssl/
H A Dssl_lib.c3541 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, in SSL_select_next_proto() function

Completed in 162 milliseconds