Searched refs:SSL_get0_alpn_selected (Results 1 – 11 of 11) sorted by relevance
/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 25 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, 111 SSL_get0_alpn_selected() returns a pointer to the selected protocol in B<data>
|
H A D | SSL_CTX_set_tlsext_servername_callback.pod | 151 L<SSL_get0_alpn_selected(3)>, L<SSL_CTX_set_client_hello_cb(3)>
|
/openssl/ssl/quic/ |
H A D | quic_tls.c | 817 SSL_get0_alpn_selected(qtls->args.s, &alpn, &alpnlen); in ossl_quic_tls_tick()
|
/openssl/test/helpers/ |
H A D | handshake.c | 1679 SSL_get0_alpn_selected(client.ssl, &proto, &proto_len); in do_handshake_internal() 1682 SSL_get0_alpn_selected(server.ssl, &proto, &proto_len); in do_handshake_internal()
|
/openssl/test/ |
H A D | ssl_old_test.c | 330 SSL_get0_alpn_selected(client, &client_proto, &client_proto_len); in verify_alpn() 331 SSL_get0_alpn_selected(server, &server_proto, &server_proto_len); in verify_alpn()
|
H A D | sslapitest.c | 12378 SSL_get0_alpn_selected(clientssl, &prot, &protlen); in test_alpn()
|
/openssl/util/ |
H A D | libssl.num | 290 SSL_get0_alpn_selected 291 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/ |
H A D | s_client.c | 3543 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 193 | `SSL_get0_alpn_selected` | HL | U | A | C\* †2 | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 825 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
|
/openssl/ssl/ |
H A D | ssl_lib.c | 3766 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, in SSL_get0_alpn_selected() function
|
Completed in 100 milliseconds