Searched refs:SSL_get0_next_proto_negotiated (Results 1 – 10 of 10) 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 47 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, 115 SSL_get0_next_proto_negotiated() sets B<data> and B<len> to point to the
|
/openssl/test/helpers/ |
H A D | handshake.c | 1672 SSL_get0_next_proto_negotiated(client.ssl, &proto, &proto_len); in do_handshake_internal() 1675 SSL_get0_next_proto_negotiated(server.ssl, &proto, &proto_len); in do_handshake_internal()
|
/openssl/test/ |
H A D | ssl_old_test.c | 150 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); in verify_npn() 151 SSL_get0_next_proto_negotiated(server, &server_s, &server_len); in verify_npn()
|
H A D | sslapitest.c | 12270 SSL_get0_next_proto_negotiated(serverssl, &prot, &protlen); in test_npn()
|
/openssl/util/ |
H A D | libssl.num | 291 SSL_get0_next_proto_negotiated 292 3_0_0 EXIST::FUNCTION:NEXTPROTONEG
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 798 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, 800 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
|
/openssl/apps/ |
H A D | s_client.c | 3534 SSL_get0_next_proto_negotiated(s, &proto, &proto_len); in print_stuff()
|
H A D | s_server.c | 3098 SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len); in print_connection_info()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 198 | `SSL_get0_next_proto_negotiated` | HL | U | FC | NC\* †3 | Done …
|
/openssl/ssl/ |
H A D | ssl_lib.c | 3605 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, in SSL_get0_next_proto_negotiated() function
|
Completed in 105 milliseconds