Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dstatem_srvr.c158 if (SSL_IS_TLS13(s)) { in ossl_statem_server_read_transition()
375 && (!SSL_IS_TLS13(s) || !(s->verify_mode & SSL_VERIFY_POST_HANDSHAKE) in send_certificate_request()
550 if (SSL_IS_TLS13(s)) in ossl_statem_server_write_transition()
725 if (SSL_IS_TLS13(s) && s->sent_tickets == 0) { in ossl_statem_server_pre_work()
744 if (SSL_IS_TLS13(s)) in ossl_statem_server_pre_work()
844 if (SSL_IS_TLS13(s) && s->hello_retry_request == SSL_HRR_PENDING) { in ossl_statem_server_post_work()
882 if (!SSL_IS_TLS13(s) in ossl_statem_server_post_work()
895 if (SSL_IS_TLS13(s)) { in ossl_statem_server_post_work()
957 if (SSL_IS_TLS13(s)) { in ossl_statem_server_post_work()
988 if (SSL_IS_TLS13(s) && statem_flush(s) != 1) { in ossl_statem_server_post_work()
[all …]
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()
785 if (SSL_IS_TLS13(s) || s->hello_retry_request == SSL_HRR_PENDING) in ossl_statem_client_post_work()
849 if (SSL_IS_TLS13(s)) { in ossl_statem_client_post_work()
1004 return (SSL_IS_TLS13(s)) ? SESSION_TICKET_MAX_LENGTH_TLS13 in ossl_statem_client_max_message_size()
1357 if (SSL_IS_TLS13(s) && s->s3->tmp.new_cipher != NULL in set_client_ciphersuite()
1373 if (SSL_IS_TLS13(s)) { in set_client_ciphersuite()
1491 if (SSL_IS_TLS13(s) || hrr) { in tls_process_server_hello()
1521 context = SSL_IS_TLS13(s) ? SSL_EXT_TLS1_3_SERVER_HELLO in tls_process_server_hello()
1531 if (SSL_IS_TLS13(s)) { in tls_process_server_hello()
[all …]
Dstatem_lib.c56 if (!SSL_IS_TLS13(s) || (s->statem.hand_state != TLS_ST_SW_SESSION_TICKET in ssl3_do_write()
184 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()
583 if (!SSL_IS_TLS13(s) && !ssl_log_secret(s, MASTER_SECRET_LABEL, in tls_construct_finished()
777 if (SSL_IS_TLS13(s) && !tls13_save_handshake_digest_for_pha(s)) { in tls_process_finished()
787 if (SSL_IS_TLS13(s) && RECORD_LAYER_processed_read_pending(&s->rlayer)) { in tls_process_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()
900 if (SSL_IS_TLS13(s) in ssl_add_cert_to_wpacket()
[all …]
Dextensions.c518 is_tls13 = SSL_IS_TLS13(s); in extension_is_relevant()
1016 if (!SSL_IS_TLS13(s)) in final_server_name()
1133 if (!s->server || !SSL_IS_TLS13(s)) in final_alpn()
1289 if (!sent && SSL_IS_TLS13(s) && !s->hit) { in final_sig_algs()
1301 if (!SSL_IS_TLS13(s)) in final_key_share()
Dextensions_srvr.c134 if (!s->hit || SSL_IS_TLS13(s)) { in tls_parse_ctos_server_name()
969 if (!s->hit || SSL_IS_TLS13(s)) { in tls_parse_ctos_supported_groups()
1345 if (s->hit && !SSL_IS_TLS13(s)) in tls_construct_stoc_server_name()
1508 if (SSL_IS_TLS13(s) && chainidx != 0) in tls_construct_stoc_status_request()
1523 if (SSL_IS_TLS13(s) && !tls_construct_cert_status_body(s, pkt)) { in tls_construct_stoc_status_request()
1661 if (!ossl_assert(SSL_IS_TLS13(s))) { in tls_construct_stoc_supported_versions()
Dstatem.c346 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_IS_TLS13(s)) in state_machine()
Dextensions_clnt.c1447 if (!SSL_IS_TLS13(s) && PACKET_remaining(pkt) > 0) { in tls_parse_stoc_status_request()
1453 if (SSL_IS_TLS13(s)) { in tls_parse_stoc_status_request()
/third_party/openssl/ssl/
Dt1_lib.c451 } else if (SSL_IS_TLS13(s)) { in tls1_check_pkey_comp()
1037 if (SSL_IS_TLS13(s)) { in tls12_check_peer_sigalg()
1054 || (SSL_IS_TLS13(s) && (lu->hash == NID_sha1 || lu->hash == NID_sha224)) in tls12_check_peer_sigalg()
1081 if (SSL_IS_TLS13(s) || tls1_suiteb(s)) { in tls12_check_peer_sigalg()
1091 if (!SSL_IS_TLS13(s)) { in tls12_check_peer_sigalg()
1379 if (!SSL_IS_TLS13(s) && s->ext.session_secret_cb) { in tls_decrypt_ticket()
1438 if (SSL_IS_TLS13(s)) in tls_decrypt_ticket()
1578 if (s->ext.session_secret_cb == NULL || SSL_IS_TLS13(s)) { in tls_decrypt_ticket()
1602 if (SSL_IS_TLS13(s) && lu->sig == EVP_PKEY_DSA) in tls12_sigalg_allowed()
1619 if (s->server && SSL_IS_TLS13(s)) in tls12_sigalg_allowed()
[all …]
Dt1_trce.c1239 if (SSL_IS_TLS13(ssl) in ssl_print_certificates()
1254 if (SSL_IS_TLS13(ssl) in ssl_print_certificates()
1269 if (SSL_IS_TLS13(ssl)) { in ssl_print_cert_request()
1344 if (SSL_IS_TLS13(ssl)) { in ssl_print_cert_request()
1372 if (SSL_IS_TLS13(ssl)) { in ssl_print_ticket()
1392 if (SSL_IS_TLS13(ssl) in ssl_print_ticket()
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()
Dssl_lib.c2108 if (!SSL_IS_TLS13(s)) { in SSL_key_update()
2141 if (SSL_IS_TLS13(s)) { in SSL_renegotiate()
2159 if (SSL_IS_TLS13(s)) { in SSL_renegotiate_abbreviated()
2678 if (s->hit && !SSL_IS_TLS13(s)) in SSL_get_servername()
2709 if (!SSL_IS_TLS13(s) && s->hit && s->session->ext.hostname != NULL) in SSL_get_servername()
3523 && (!s->hit || SSL_IS_TLS13(s))) { in ssl_update_cache()
3536 && (!SSL_IS_TLS13(s) in ssl_update_cache()
5623 if (!SSL_IS_TLS13(ssl)) { in SSL_verify_client_post_handshake()
Ds3_lib.c4214 if (SSL_IS_TLS13(s)) { in ssl3_choose_cipher()
4254 if (!SSL_IS_TLS13(s)) { in ssl3_choose_cipher()
4815 if (SSL_IS_TLS13(s)) { in ssl_derive()
Dssl_local.h322 # define SSL_IS_TLS13(s) (!SSL_IS_DTLS(s) \ macro
327 (SSL_IS_TLS13(s) || (s)->early_data_state == SSL_EARLY_DATA_CONNECTING \
/third_party/openssl/ssl/record/
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()
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()