Searched refs:SSL_CONNECTION_IS_TLS13 (Results 1 – 14 of 14) sorted by relevance
186 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_server_read_transition()615 if (SSL_CONNECTION_IS_TLS13(s)) in ossl_statem_server_write_transition()812 if (SSL_CONNECTION_IS_TLS13(s)) in ossl_statem_server_pre_work()911 if (SSL_CONNECTION_IS_TLS13(s) in ossl_statem_server_post_work()1751 if (SSL_CONNECTION_IS_TLS13(s) in tls_early_post_process_client_hello()1819 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_early_post_process_client_hello()1888 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_early_post_process_client_hello()2020 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_early_post_process_client_hello()2830 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_construct_certificate_request()3636 if (SSL_CONNECTION_IS_TLS13(s) in tls_process_client_certificate()[all …]
104 if (!SSL_CONNECTION_IS_TLS13(s) in ssl3_do_write()265 if (SSL_CONNECTION_IS_TLS13(s)) { in get_cert_verify_tbs_data()626 if (SSL_CONNECTION_IS_TLS13(s) in tls_construct_finished()664 if (!SSL_CONNECTION_IS_TLS13(s) in tls_construct_finished()852 if (SSL_CONNECTION_IS_TLS13(s) in tls_process_finished()863 if (SSL_CONNECTION_IS_TLS13(s) in tls_process_finished()918 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_finished()1195 if (SSL_CONNECTION_IS_TLS13(sc)) { in tls_process_rpk()1237 if (SSL_CONNECTION_IS_TLS13(sc)) { in tls_process_rpk()1272 if (SSL_CONNECTION_IS_TLS13(sc)) { in tls_process_rpk()[all …]
239 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_client_read_transition()551 if (SSL_CONNECTION_IS_TLS13(s)) in ossl_statem_client_write_transition()840 if (SSL_CONNECTION_IS_TLS13(s) in ossl_statem_client_post_work()1587 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_server_hello()1787 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_server_hello()1952 if (SSL_CONNECTION_IS_TLS13(sc) in tls_post_process_server_rpk()2139 if (SSL_CONNECTION_IS_TLS13(s) in tls_post_process_server_certificate()2573 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_certificate_request()2678 if (SSL_CONNECTION_IS_TLS13(s) in tls_process_certificate_request()2773 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_new_session_ticket()[all …]
139 if (!s->hit || SSL_CONNECTION_IS_TLS13(s)) { in tls_parse_ctos_server_name()947 if (!s->hit || SSL_CONNECTION_IS_TLS13(s)) { in tls_parse_ctos_supported_groups()1321 if (s->hit && !SSL_CONNECTION_IS_TLS13(s)) in tls_construct_stoc_server_name()1472 if (SSL_CONNECTION_IS_TLS13(s) && chainidx != 0) in tls_construct_stoc_status_request()1486 if (SSL_CONNECTION_IS_TLS13(s) && !tls_construct_cert_status_body(s, pkt)) { in tls_construct_stoc_status_request()1623 if (!ossl_assert(SSL_CONNECTION_IS_TLS13(s))) { in tls_construct_stoc_supported_versions()
568 is_tls13 = SSL_CONNECTION_IS_TLS13(s); in extension_is_relevant()1076 if (!SSL_CONNECTION_IS_TLS13(s)) in final_server_name()1183 if (!s->server || !SSL_CONNECTION_IS_TLS13(s)) in final_alpn()1343 if (!sent && SSL_CONNECTION_IS_TLS13(s) && !s->hit) { in final_sig_algs()1367 if (!SSL_CONNECTION_IS_TLS13(s)) in final_key_share()
404 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()
1467 if (!SSL_CONNECTION_IS_TLS13(s) && PACKET_remaining(pkt) > 0) { in tls_parse_stoc_status_request()1472 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_parse_stoc_status_request()
1353 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_certificates()1367 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_certificates()1378 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_certificates()1464 if (SSL_CONNECTION_IS_TLS13(sc)) { in ssl_print_cert_request()1539 if (SSL_CONNECTION_IS_TLS13(sc)) { in ssl_print_cert_request()1567 if (SSL_CONNECTION_IS_TLS13(sc)) { in ssl_print_ticket()1587 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_ticket()
1279 } else if (SSL_CONNECTION_IS_TLS13(s)) { in tls1_check_pkey_comp()2025 if (SSL_CONNECTION_IS_TLS13(s)) { in tls12_check_peer_sigalg()2049 || (SSL_CONNECTION_IS_TLS13(s) in tls12_check_peer_sigalg()2075 if (SSL_CONNECTION_IS_TLS13(s) || tls1_suiteb(s)) { in tls12_check_peer_sigalg()2083 if (!SSL_CONNECTION_IS_TLS13(s)) { in tls12_check_peer_sigalg()2478 if (SSL_CONNECTION_IS_TLS13(s)) in tls_decrypt_ticket()2648 if (SSL_CONNECTION_IS_TLS13(s) && lu->sig == EVP_PKEY_DSA) in tls12_sigalg_allowed()2669 if (s->server && SSL_CONNECTION_IS_TLS13(s)) in tls12_sigalg_allowed()2765 if (rv == 0 && (!SSL_CONNECTION_IS_TLS13(s) in tls12_copy_sigalgs()3408 if (SSL_CONNECTION_IS_TLS13(s)) { in tls1_check_chain()[all …]
459 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl_get_new_session()593 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl_get_prev_session()688 if (!SSL_CONNECTION_IS_TLS13(s)) { in ssl_get_prev_session()702 if (SSL_CONNECTION_IS_TLS13(s)) in ssl_get_prev_session()
3734 if (SSL_CONNECTION_IS_TLS13(sc) && sc->s3.did_kex) in ssl3_ctrl()4322 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl3_choose_cipher()4362 if (!SSL_CONNECTION_IS_TLS13(s)) { in ssl3_choose_cipher()4905 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl_gensecret()4948 if (SSL_CONNECTION_IS_TLS13(s) && EVP_PKEY_is_a(privkey, "DH")) in ssl_derive()5100 if (SSL_CONNECTION_IS_TLS13(sc) && sc->s3.did_kex) in SSL_get0_group_name()
2788 if (!SSL_CONNECTION_IS_TLS13(sc)) { in SSL_key_update()2835 if (SSL_CONNECTION_IS_TLS13(sc)) { in can_renegotiate()2902 || !SSL_CONNECTION_IS_TLS13(sc)) in SSL_new_session_ticket()3474 if (sc->hit && !SSL_CONNECTION_IS_TLS13(sc)) in SSL_get_servername()3505 if (!SSL_CONNECTION_IS_TLS13(sc) && sc->hit in SSL_get_servername()4652 && (!s->hit || SSL_CONNECTION_IS_TLS13(s))) { in ssl_update_cache()4665 && (!SSL_CONNECTION_IS_TLS13(s) in ssl_update_cache()7275 if (!SSL_CONNECTION_IS_TLS13(sc)) { in SSL_verify_client_post_handshake()
258 # define SSL_CONNECTION_IS_TLS13(s) (!SSL_CONNECTION_IS_DTLS(s) \ macro263 (SSL_CONNECTION_IS_TLS13(s) \
625 is_tls13 = SSL_CONNECTION_IS_TLS13(s); in ssl3_read_bytes()709 && SSL_CONNECTION_IS_TLS13(s)) { in ssl3_read_bytes()949 if (!SSL_CONNECTION_IS_TLS13(s)) { in ssl3_read_bytes()1194 && (SSL_CONNECTION_IS_TLS13(s) || SSL_IS_FIRST_HANDSHAKE(s))) in ssl_select_next_record_layer()
Completed in 114 milliseconds