Searched refs:SSL_client_hello_get0_ext (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_client_hello_cb.pod | 5 …_get1_extensions_present, SSL_client_hello_get_extension_order, SSL_client_hello_get0_ext - callba… 23 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out, 58 Similarly, SSL_client_hello_get0_ext() provides access to individual extensions 64 SSL_client_hello_get0_ext(), to determine which extensions are present in the 121 SSL_client_hello_get0_ext() returns 1 if the extension of type 'type' is present, and 138 SSL_client_hello_get0_ext(), and SSL_client_hello_get1_extensions_present()
|
/openssl/test/helpers/ |
H A D | handshake.c | 150 if (!SSL_client_hello_get0_ext(s, TLSEXT_TYPE_server_name, &p, in client_hello_select_server_ctx()
|
/openssl/util/ |
H A D | libssl.num | 421 SSL_client_hello_get0_ext 422 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 550 | `SSL_client_hello_get0_ext` | HL | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1910 int SSL_client_hello_get0_ext(SSL *s, unsigned int type,
|
/openssl/ssl/ |
H A D | ssl_lib.c | 6803 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out, in SSL_client_hello_get0_ext() function
|
Completed in 59 milliseconds