Searched refs:tls_parse_all_extensions (Results 1 – 4 of 4) sorted by relevance
/openssl-master/ssl/statem/ |
A D | statem_clnt.c | 1651 if (!tls_parse_all_extensions(s, context, extensions, NULL, 0, 1)) { in tls_process_server_hello() 1721 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_HELLO_RETRY_REQUEST, in tls_process_as_hello_retry_request() 1824 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_server_certificate() 2369 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE_REQUEST, in tls_process_certificate_request() 2543 || !tls_parse_all_extensions(s, in tls_process_new_session_ticket() 3634 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, in tls_process_encrypted_extensions()
|
A D | statem_local.h | 185 __owur int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts,
|
A D | extensions.c | 728 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x, in tls_parse_all_extensions() function
|
A D | statem_srvr.c | 1862 if (!tls_parse_all_extensions(s, SSL_EXT_CLIENT_HELLO, in tls_early_post_process_client_hello() 3484 || !tls_parse_all_extensions(s, SSL_EXT_TLS1_3_CERTIFICATE, in tls_process_client_certificate()
|
Completed in 23 milliseconds