Lines Matching refs:tls_version
35 ssl->tls_version, in ssl_tls13_validate_peer_ciphersuite()
36 ssl->tls_version) != 0)) { in ssl_tls13_validate_peer_ciphersuite()
255 if (session->tls_version != MBEDTLS_SSL_VERSION_TLS1_3) { in ssl_tls13_offered_psks_check_identity_match_ticket()
787 uint16_t tls_version; in ssl_tls13_parse_supported_versions_ext() local
798 tls_version = mbedtls_ssl_read_version(p, ssl->conf->transport); in ssl_tls13_parse_supported_versions_ext()
801 if (MBEDTLS_SSL_VERSION_TLS1_3 == tls_version) { in ssl_tls13_parse_supported_versions_ext()
806 if ((MBEDTLS_SSL_VERSION_TLS1_2 == tls_version) && in ssl_tls13_parse_supported_versions_ext()
822 (unsigned int) tls_version)); in ssl_tls13_parse_supported_versions_ext()
824 return (int) tls_version; in ssl_tls13_parse_supported_versions_ext()
1411 ssl->tls_version = MBEDTLS_SSL_VERSION_TLS1_3; in ssl_tls13_parse_client_hello()
1412 ssl->session_negotiate->tls_version = MBEDTLS_SSL_VERSION_TLS1_3; in ssl_tls13_parse_client_hello()
1987 ssl->tls_version = MBEDTLS_SSL_VERSION_TLS1_2; in ssl_tls13_process_client_hello()
2064 ssl->tls_version); in ssl_tls13_write_server_hello_supported_versions_ext()
2067 ssl->tls_version)); in ssl_tls13_write_server_hello_supported_versions_ext()