Home
last modified time | relevance | path

Searched refs:SSL_IS_TLS13 (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c160 if (SSL_IS_TLS13(s)) { in ossl_statem_server_read_transition()
553 if (SSL_IS_TLS13(s)) in ossl_statem_server_write_transition()
747 if (SSL_IS_TLS13(s)) in ossl_statem_server_pre_work()
1737 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
1806 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
1931 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
2729 if (SSL_IS_TLS13(s)) { in tls_construct_certificate_request()
3575 if (SSL_IS_TLS13(s)) { in tls_process_client_certificate()
3634 if (SSL_IS_TLS13(s)) { in create_ticket_prequel()
3645 if (SSL_IS_TLS13(s)) { in create_ticket_prequel()
[all …]
H A Dstatem_clnt.c215 if (SSL_IS_TLS13(s)) { in ossl_statem_client_read_transition()
505 if (SSL_IS_TLS13(s)) in ossl_statem_client_write_transition()
1500 if (SSL_IS_TLS13(s)) { in tls_process_server_hello()
1698 if (SSL_IS_TLS13(s) in tls_process_server_hello()
1918 if (!SSL_IS_TLS13(s)) { in tls_post_process_server_certificate()
1931 if (SSL_IS_TLS13(s) in tls_post_process_server_certificate()
2343 if (SSL_IS_TLS13(s)) { in tls_process_certificate_request()
2539 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
2592 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
3504 if (SSL_IS_TLS13(s)) { in tls_construct_client_certificate()
[all …]
H A Dstatem_lib.c228 if (SSL_IS_TLS13(s)) { in get_cert_verify_tbs_data()
555 if (!s->server && SSL_IS_TLS13(s) && s->s3.tmp.cert_req == 1) in tls_process_cert_verify()
583 if (SSL_IS_TLS13(s) in tls_construct_finished()
818 if (!SSL_IS_TLS13(s) && !s->s3.change_cipher_spec) { in tls_process_finished()
858 if (SSL_IS_TLS13(s)) { in tls_process_finished()
917 if (SSL_IS_TLS13(s) in ssl_add_cert_to_wpacket()
1079 if (SSL_IS_TLS13(s) && !s->server in tls_finish_handshake()
1101 if (!SSL_IS_TLS13(s)) in tls_finish_handshake()
1108 if (SSL_IS_TLS13(s)) { in tls_finish_handshake()
1151 || !SSL_IS_TLS13(s) in tls_finish_handshake()
[all …]
H A Dextensions.c522 is_tls13 = SSL_IS_TLS13(s); in extension_is_relevant()
1019 if (!SSL_IS_TLS13(s)) in final_server_name()
1125 if (!s->server || !SSL_IS_TLS13(s)) in final_alpn()
1283 if (!sent && SSL_IS_TLS13(s) && !s->hit) { in final_sig_algs()
1295 if (!SSL_IS_TLS13(s)) in final_key_share()
H A Dextensions_srvr.c129 if (!s->hit || SSL_IS_TLS13(s)) { in tls_parse_ctos_server_name()
912 if (!s->hit || SSL_IS_TLS13(s)) { in tls_parse_ctos_supported_groups()
1278 if (s->hit && !SSL_IS_TLS13(s)) in tls_construct_stoc_server_name()
1429 if (SSL_IS_TLS13(s) && chainidx != 0) in tls_construct_stoc_status_request()
1443 if (SSL_IS_TLS13(s) && !tls_construct_cert_status_body(s, pkt)) { in tls_construct_stoc_status_request()
1577 if (!ossl_assert(SSL_IS_TLS13(s))) { in tls_construct_stoc_supported_versions()
H A Dstatem.c361 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_IS_TLS13(s)) in state_machine()
H A Dextensions_clnt.c1404 if (!SSL_IS_TLS13(s) && PACKET_remaining(pkt) > 0) { in tls_parse_stoc_status_request()
1409 if (SSL_IS_TLS13(s)) { in tls_parse_stoc_status_request()
/freebsd-14.2/crypto/openssl/ssl/
H A Dt1_trce.c1260 if (SSL_IS_TLS13(ssl) in ssl_print_certificates()
1275 if (SSL_IS_TLS13(ssl) in ssl_print_certificates()
1290 if (SSL_IS_TLS13(ssl)) { in ssl_print_cert_request()
1365 if (SSL_IS_TLS13(ssl)) { in ssl_print_cert_request()
1393 if (SSL_IS_TLS13(ssl)) { in ssl_print_ticket()
1413 if (SSL_IS_TLS13(ssl) in ssl_print_ticket()
H A Dt1_lib.c889 } else if (SSL_IS_TLS13(s)) { in tls1_check_pkey_comp()
1500 if (SSL_IS_TLS13(s)) { in tls12_check_peer_sigalg()
1539 if (SSL_IS_TLS13(s) || tls1_suiteb(s)) { in tls12_check_peer_sigalg()
1547 if (!SSL_IS_TLS13(s)) { in tls12_check_peer_sigalg()
1827 if (!SSL_IS_TLS13(s) && s->ext.session_secret_cb) { in tls_decrypt_ticket()
1911 if (SSL_IS_TLS13(s)) in tls_decrypt_ticket()
2079 if (SSL_IS_TLS13(s) && lu->sig == EVP_PKEY_DSA) in tls12_sigalg_allowed()
2099 if (s->server && SSL_IS_TLS13(s)) in tls12_sigalg_allowed()
2194 if (rv == 0 && (!SSL_IS_TLS13(s) in tls12_copy_sigalgs()
2774 if (SSL_IS_TLS13(s)) { in tls1_check_chain()
[all …]
H A Dssl_sess.c482 if (SSL_IS_TLS13(s)) { in ssl_get_new_session()
614 if (SSL_IS_TLS13(s)) { in ssl_get_prev_session()
709 if (!SSL_IS_TLS13(s)) { in ssl_get_prev_session()
723 if (SSL_IS_TLS13(s)) in ssl_get_prev_session()
H A Dssl_lib.c2285 if (!SSL_IS_TLS13(s)) { in SSL_key_update()
2322 if (SSL_IS_TLS13(s)) { in can_renegotiate()
2369 || !SSL_IS_TLS13(s)) in SSL_new_session_ticket()
2884 if (s->hit && !SSL_IS_TLS13(s)) in SSL_get_servername()
2915 if (!SSL_IS_TLS13(s) && s->hit && s->session->ext.hostname != NULL) in SSL_get_servername()
3777 && (!s->hit || SSL_IS_TLS13(s))) { in ssl_update_cache()
3790 && (!SSL_IS_TLS13(s) in ssl_update_cache()
5892 if (!SSL_IS_TLS13(ssl)) { in SSL_verify_client_post_handshake()
H A Ds3_lib.c3650 if (SSL_IS_TLS13(s) && s->s3.did_kex) in ssl3_ctrl()
4218 if (SSL_IS_TLS13(s)) { in ssl3_choose_cipher()
4258 if (!SSL_IS_TLS13(s)) { in ssl3_choose_cipher()
4771 if (SSL_IS_TLS13(s)) { in ssl_gensecret()
4813 if (SSL_IS_TLS13(s) && EVP_PKEY_is_a(privkey, "DH")) in ssl_derive()
H A Dssl_local.h344 # define SSL_IS_TLS13(s) (!SSL_IS_DTLS(s) \ macro
349 (SSL_IS_TLS13(s) || (s)->early_data_state == SSL_EARLY_DATA_CONNECTING \
/freebsd-14.2/crypto/openssl/ssl/record/
H A Dssl3_record.c313 if (!s->first_packet && !SSL_IS_TLS13(s) in ssl3_get_record()
369 if (SSL_IS_TLS13(s) in ssl3_get_record()
400 if (SSL_IS_TLS13(s)) { in ssl3_get_record()
506 && (SSL_IS_TLS13(s) || s->hello_retry_request != SSL_HRR_NONE) in ssl3_get_record()
697 if (SSL_IS_TLS13(s) in ssl3_get_record()
738 if (SSL_IS_TLS13(s) in ssl3_get_record()
H A Drec_layer_s3.c1294 int is_tls13 = SSL_IS_TLS13(s); in ssl3_read_bytes()
1395 && SSL_IS_TLS13(s)) { in ssl3_read_bytes()
1643 if (!SSL_IS_TLS13(s)) { in ssl3_read_bytes()