Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c188 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_server_read_transition()
423 && (!SSL_CONNECTION_IS_TLS13(s) in send_certificate_request()
616 if (SSL_CONNECTION_IS_TLS13(s)) in ossl_statem_server_write_transition()
791 if (SSL_CONNECTION_IS_TLS13(s) && s->sent_tickets == 0 in ossl_statem_server_pre_work()
812 if (SSL_CONNECTION_IS_TLS13(s)) in ossl_statem_server_pre_work()
925 if (SSL_CONNECTION_IS_TLS13(s) in ossl_statem_server_post_work()
963 if (!SSL_CONNECTION_IS_TLS13(s) in ossl_statem_server_post_work()
976 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_server_post_work()
1036 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_server_post_work()
1055 if (!SSL_CONNECTION_IS_TLS13(s) in ossl_statem_server_post_work()
[all …]
H A Dstatem_lib.c105 if (!SSL_CONNECTION_IS_TLS13(s) in ssl3_do_write()
268 if (SSL_CONNECTION_IS_TLS13(s)) { in get_cert_verify_tbs_data()
604 if (!s->server && SSL_CONNECTION_IS_TLS13(s) && s->s3.tmp.cert_req == 1) in tls_process_cert_verify()
635 if (SSL_CONNECTION_IS_TLS13(s) in tls_construct_finished()
675 if (!SSL_CONNECTION_IS_TLS13(s) in tls_construct_finished()
861 if (SSL_CONNECTION_IS_TLS13(s) in tls_process_finished()
872 if (SSL_CONNECTION_IS_TLS13(s) in tls_process_finished()
879 if (!SSL_CONNECTION_IS_TLS13(s) && !s->s3.change_cipher_spec) { in tls_process_finished()
927 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_finished()
1010 if ((SSL_CONNECTION_IS_TLS13(s) || for_comp) in ssl_add_cert_to_wpacket()
[all …]
H A Dstatem_clnt.c239 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_client_read_transition()
550 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()
901 if (SSL_CONNECTION_IS_TLS13(s)) { in ossl_statem_client_post_work()
1073 return (SSL_CONNECTION_IS_TLS13(s)) ? SESSION_TICKET_MAX_LENGTH_TLS13 in ossl_statem_client_max_message_size()
1419 if (SSL_CONNECTION_IS_TLS13(s) && s->s3.tmp.new_cipher != NULL in set_client_ciphersuite()
1434 if (SSL_CONNECTION_IS_TLS13(s)) { in set_client_ciphersuite()
1560 if (SSL_CONNECTION_IS_TLS13(s) || hrr) { in tls_process_server_hello()
1589 context = SSL_CONNECTION_IS_TLS13(s) ? SSL_EXT_TLS1_3_SERVER_HELLO in tls_process_server_hello()
1598 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_process_server_hello()
[all …]
H A Dextensions.c519 is_tls13 = SSL_CONNECTION_IS_TLS13(s); in extension_is_relevant()
1021 if (!SSL_CONNECTION_IS_TLS13(s)) in final_server_name()
1128 if (!s->server || !SSL_CONNECTION_IS_TLS13(s)) in final_alpn()
1287 if (!sent && SSL_CONNECTION_IS_TLS13(s) && !s->hit) { in final_sig_algs()
1311 if (!SSL_CONNECTION_IS_TLS13(s)) in final_key_share()
H A Dextensions_srvr.c140 if (!s->hit || SSL_CONNECTION_IS_TLS13(s)) { in tls_parse_ctos_server_name()
1230 if (!s->hit || SSL_CONNECTION_IS_TLS13(s)) { in tls_parse_ctos_supported_groups()
1606 if (s->hit && !SSL_CONNECTION_IS_TLS13(s)) in tls_construct_stoc_server_name()
1757 if (SSL_CONNECTION_IS_TLS13(s) && chainidx != 0) in tls_construct_stoc_status_request()
1771 if (SSL_CONNECTION_IS_TLS13(s) && !tls_construct_cert_status_body(s, pkt)) { in tls_construct_stoc_status_request()
1908 if (!ossl_assert(SSL_CONNECTION_IS_TLS13(s))) { in tls_construct_stoc_supported_versions()
H A Dstatem.c405 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()
H A Dextensions_clnt.c1509 if (!SSL_CONNECTION_IS_TLS13(s) && PACKET_remaining(pkt) > 0) { in tls_parse_stoc_status_request()
1514 if (SSL_CONNECTION_IS_TLS13(s)) { in tls_parse_stoc_status_request()
/freebsd/crypto/openssl/ssl/
H A Dt1_trce.c1367 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_certificates()
1381 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_certificates()
1392 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_certificates()
1477 if (SSL_CONNECTION_IS_TLS13(sc)) { in ssl_print_cert_request()
1552 if (SSL_CONNECTION_IS_TLS13(sc)) { in ssl_print_cert_request()
1580 if (SSL_CONNECTION_IS_TLS13(sc)) { in ssl_print_ticket()
1599 if (SSL_CONNECTION_IS_TLS13(sc) in ssl_print_ticket()
H A Dt1_lib.c1814 } else if (SSL_CONNECTION_IS_TLS13(s)) { in tls1_check_pkey_comp()
2711 if (SSL_CONNECTION_IS_TLS13(s)) { in tls12_check_peer_sigalg()
2750 if ((SSL_CONNECTION_IS_TLS13(s) in tls12_check_peer_sigalg()
2776 if (SSL_CONNECTION_IS_TLS13(s) || tls1_suiteb(s)) { in tls12_check_peer_sigalg()
2784 if (!SSL_CONNECTION_IS_TLS13(s)) { in tls12_check_peer_sigalg()
3091 if (!SSL_CONNECTION_IS_TLS13(s) && s->ext.session_secret_cb) { in tls_decrypt_ticket()
3179 if (SSL_CONNECTION_IS_TLS13(s)) in tls_decrypt_ticket()
3324 if (s->ext.session_secret_cb == NULL || SSL_CONNECTION_IS_TLS13(s)) { in tls_decrypt_ticket()
3348 if (SSL_CONNECTION_IS_TLS13(s) && lu->sig == EVP_PKEY_DSA) in tls12_sigalg_allowed()
3369 if (s->server && SSL_CONNECTION_IS_TLS13(s)) in tls12_sigalg_allowed()
[all …]
H A Dssl_sess.c457 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl_get_new_session()
594 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl_get_prev_session()
692 if (!SSL_CONNECTION_IS_TLS13(s)) { in ssl_get_prev_session()
706 if (SSL_CONNECTION_IS_TLS13(s)) in ssl_get_prev_session()
H A Ds3_lib.c4194 if (SSL_CONNECTION_IS_TLS13(sc) && sc->s3.did_kex) in ssl3_ctrl()
4798 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl3_choose_cipher()
4839 if (!SSL_CONNECTION_IS_TLS13(s)) { in ssl3_choose_cipher()
5380 if (SSL_CONNECTION_IS_TLS13(s)) { in ssl_gensecret()
5423 if (SSL_CONNECTION_IS_TLS13(s) && EVP_PKEY_is_a(privkey, "DH")) in ssl_derive()
5578 if (SSL_CONNECTION_IS_TLS13(sc) && sc->s3.did_kex) in SSL_get0_group_name()
H A Dssl_lib.c2814 if (!SSL_CONNECTION_IS_TLS13(sc)) { in SSL_key_update()
2861 if (SSL_CONNECTION_IS_TLS13(sc)) { in can_renegotiate()
2928 || !SSL_CONNECTION_IS_TLS13(sc)) in SSL_new_session_ticket()
3499 if (sc->hit && !SSL_CONNECTION_IS_TLS13(sc)) in SSL_get_servername()
3530 if (!SSL_CONNECTION_IS_TLS13(sc) && sc->hit in SSL_get_servername()
4732 && (!s->hit || SSL_CONNECTION_IS_TLS13(s))) { in ssl_update_cache()
4745 && (!SSL_CONNECTION_IS_TLS13(s) in ssl_update_cache()
7357 if (!SSL_CONNECTION_IS_TLS13(sc)) { in SSL_verify_client_post_handshake()
H A Dssl_local.h265 #define SSL_CONNECTION_IS_TLS13(s) (!SSL_CONNECTION_IS_DTLS(s) \ macro
270 (SSL_CONNECTION_IS_TLS13(s) \
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c633 is_tls13 = SSL_CONNECTION_IS_TLS13(s); in ssl3_read_bytes()
717 && SSL_CONNECTION_IS_TLS13(s)) { in ssl3_read_bytes()
957 if (!SSL_CONNECTION_IS_TLS13(s)) { in ssl3_read_bytes()
1202 && (SSL_CONNECTION_IS_TLS13(s) || SSL_IS_FIRST_HANDSHAKE(s))) in ssl_select_next_record_layer()