Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c143 if (SSL_IS_TLS13(s)) { in ossl_statem_server_read_transition()
535 if (SSL_IS_TLS13(s)) in ossl_statem_server_write_transition()
729 if (SSL_IS_TLS13(s)) in ossl_statem_server_pre_work()
1749 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
1822 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
1954 if (SSL_IS_TLS13(s)) { in tls_early_post_process_client_hello()
2826 if (SSL_IS_TLS13(s)) { in tls_construct_certificate_request()
3746 if (SSL_IS_TLS13(s)) { in tls_process_client_certificate()
3810 if (SSL_IS_TLS13(s)) { in create_ticket_prequel()
4034 if (SSL_IS_TLS13(s)) { in tls_construct_new_session_ticket()
[all …]
H A Dstatem_clnt.c210 if (SSL_IS_TLS13(s)) { in ossl_statem_client_read_transition()
506 if (SSL_IS_TLS13(s)) in ossl_statem_client_write_transition()
1530 if (SSL_IS_TLS13(s)) { in tls_process_server_hello()
1734 if (SSL_IS_TLS13(s) in tls_process_server_hello()
1954 if (!SSL_IS_TLS13(s)) { in tls_process_server_certificate()
1972 if (SSL_IS_TLS13(s) in tls_process_server_certificate()
2445 if (SSL_IS_TLS13(s)) { in tls_process_certificate_request()
2664 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
2712 if (SSL_IS_TLS13(s)) { in tls_process_new_session_ticket()
3537 if (SSL_IS_TLS13(s)) { in tls_construct_client_certificate()
[all …]
H A Dstatem_lib.c184 if (SSL_IS_TLS13(s)) { in get_cert_verify_tbs_data()
518 if (!s->server && SSL_IS_TLS13(s) && s->s3->tmp.cert_req == 1) in tls_process_cert_verify()
546 if (SSL_IS_TLS13(s) in tls_construct_finished()
794 if (!SSL_IS_TLS13(s) && !s->s3->change_cipher_spec) { in tls_process_finished()
838 if (SSL_IS_TLS13(s)) { in tls_process_finished()
898 if (SSL_IS_TLS13(s) in ssl_add_cert_to_wpacket()
1052 if (SSL_IS_TLS13(s) && !s->server in tls_finish_handshake()
1074 if (!SSL_IS_TLS13(s)) in tls_finish_handshake()
1081 if (SSL_IS_TLS13(s)) { in tls_finish_handshake()
1122 || !SSL_IS_TLS13(s) in tls_finish_handshake()
[all …]
H A Dextensions.c514 is_tls13 = SSL_IS_TLS13(s); in extension_is_relevant()
953 if (sent && ret == SSL_TLSEXT_ERR_OK && (!s->hit || SSL_IS_TLS13(s))) { in final_server_name()
1012 if (!SSL_IS_TLS13(s)) in final_server_name()
1119 if (!s->server || !SSL_IS_TLS13(s)) in final_alpn()
1261 if (!sent && SSL_IS_TLS13(s) && !s->hit) { in final_sig_algs()
1273 if (!SSL_IS_TLS13(s)) in final_key_share()
H A Dextensions_srvr.c130 if (!s->hit || SSL_IS_TLS13(s)) { in tls_parse_ctos_server_name()
964 if (!s->hit || SSL_IS_TLS13(s)) { in tls_parse_ctos_supported_groups()
1497 if (SSL_IS_TLS13(s) && chainidx != 0) in tls_construct_stoc_status_request()
1512 if (SSL_IS_TLS13(s) && !tls_construct_cert_status_body(s, pkt)) { in tls_construct_stoc_status_request()
1650 if (!ossl_assert(SSL_IS_TLS13(s))) { in tls_construct_stoc_supported_versions()
H A Dstatem.c346 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_IS_TLS13(s)) in state_machine()
H A Dextensions_clnt.c1445 if (!SSL_IS_TLS13(s) && PACKET_remaining(pkt) > 0) { in tls_parse_stoc_status_request()
1451 if (SSL_IS_TLS13(s)) { in tls_parse_stoc_status_request()
/freebsd-12.1/crypto/openssl/ssl/
H A Dt1_lib.c450 } else if (SSL_IS_TLS13(s)) { in tls1_check_pkey_comp()
1003 if (SSL_IS_TLS13(s)) { in tls12_check_peer_sigalg()
1047 if (SSL_IS_TLS13(s) || tls1_suiteb(s)) { in tls12_check_peer_sigalg()
1057 if (!SSL_IS_TLS13(s)) { in tls12_check_peer_sigalg()
1345 if (!SSL_IS_TLS13(s) && s->ext.session_secret_cb) { in tls_decrypt_ticket()
1404 if (SSL_IS_TLS13(s)) in tls_decrypt_ticket()
1568 if (SSL_IS_TLS13(s) && lu->sig == EVP_PKEY_DSA) in tls12_sigalg_allowed()
1585 if (s->server && SSL_IS_TLS13(s)) in tls12_sigalg_allowed()
1682 if (rv == 0 && (!SSL_IS_TLS13(s) in tls12_copy_sigalgs()
2261 if (SSL_IS_TLS13(s)) { in tls1_check_chain()
[all …]
H A Dt1_trce.c1234 if (SSL_IS_TLS13(ssl) in ssl_print_certificates()
1263 if (SSL_IS_TLS13(ssl)) { in ssl_print_cert_request()
1338 if (SSL_IS_TLS13(ssl)) { in ssl_print_cert_request()
1363 if (SSL_IS_TLS13(ssl)) { in ssl_print_ticket()
1380 if (SSL_IS_TLS13(ssl) in ssl_print_ticket()
H A Dssl_sess.c384 if (SSL_IS_TLS13(s)) { in ssl_get_new_session()
509 if (SSL_IS_TLS13(s)) { in ssl_get_prev_session()
606 if (!SSL_IS_TLS13(s)) { in ssl_get_prev_session()
620 if (SSL_IS_TLS13(s)) in ssl_get_prev_session()
H A Dssl_lib.c2098 if (!SSL_IS_TLS13(s)) { in SSL_key_update()
2126 if (SSL_IS_TLS13(s)) { in SSL_renegotiate()
2144 if (SSL_IS_TLS13(s)) { in SSL_renegotiate_abbreviated()
3414 && (!s->hit || SSL_IS_TLS13(s))) { in ssl_update_cache()
3427 && (!SSL_IS_TLS13(s) in ssl_update_cache()
5524 if (!SSL_IS_TLS13(ssl)) { in SSL_verify_client_post_handshake()
H A Ds3_lib.c4223 if (SSL_IS_TLS13(s)) { in ssl3_choose_cipher()
4263 if (!SSL_IS_TLS13(s)) { in ssl3_choose_cipher()
4821 if (SSL_IS_TLS13(s)) { in ssl_derive()
H A Dssl_locl.h322 # define SSL_IS_TLS13(s) (!SSL_IS_DTLS(s) \ macro
327 (SSL_IS_TLS13(s) || (s)->early_data_state == SSL_EARLY_DATA_CONNECTING \
/freebsd-12.1/crypto/openssl/ssl/record/
H A Dssl3_record.c284 if (!s->first_packet && !SSL_IS_TLS13(s) in ssl3_get_record()
342 if (SSL_IS_TLS13(s) && s->enc_read_ctx != NULL) { in ssl3_get_record()
371 if (SSL_IS_TLS13(s)) { in ssl3_get_record()
466 && (SSL_IS_TLS13(s) || s->hello_retry_request != SSL_HRR_NONE) in ssl3_get_record()
698 if (SSL_IS_TLS13(s) in ssl3_get_record()
733 if (SSL_IS_TLS13(s) in ssl3_get_record()
H A Drec_layer_s3.c1225 int is_tls13 = SSL_IS_TLS13(s); in ssl3_read_bytes()
1328 && SSL_IS_TLS13(s)) { in ssl3_read_bytes()
1584 if (!SSL_IS_TLS13(s)) { in ssl3_read_bytes()