Home
last modified time | relevance | path

Searched refs:SSL_CONNECTION_IS_TLS13 (Results 1 – 14 of 14) sorted by relevance

/openssl/ssl/statem/
H A Dstatem_srvr.c186 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 …]
H A Dstatem_lib.c104 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 …]
H A Dstatem_clnt.c239 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 …]
H A Dextensions_srvr.c139 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()
H A Dextensions.c568 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()
H A Dstatem.c404 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()
H A Dextensions_clnt.c1467 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()
/openssl/ssl/
H A Dt1_trce.c1353 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()
H A Dt1_lib.c1279 } 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 …]
H A Dssl_sess.c459 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()
H A Ds3_lib.c3734 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()
H A Dssl_lib.c2788 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()
H A Dssl_local.h258 # define SSL_CONNECTION_IS_TLS13(s) (!SSL_CONNECTION_IS_DTLS(s) \ macro
263 (SSL_CONNECTION_IS_TLS13(s) \
/openssl/ssl/record/
H A Drec_layer_s3.c625 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