Searched refs:max_ver (Results 1 – 4 of 4) sorted by relevance
1326 || s->s3.tmp.max_ver < TLS1_3_VERSION)) { in tls_construct_client_hello()1700 s->s3.tmp.max_ver = s->version; in tls_process_server_hello()4124 if (ssl_version_cmp(s, maxproto, s->s3.tmp.max_ver) >= 0 in ssl_cipher_list_to_bytes()4125 && ssl_version_cmp(s, minproto, s->s3.tmp.max_ver) <= 0) in ssl_cipher_list_to_bytes()
2181 &s->s3.tmp.max_ver, NULL) != 0) in ssl_set_client_disabled()2217 if (s->s3.tmp.max_ver == 0) in ssl_cipher_disabled()2240 if (ssl_version_cmp(s, minversion, s->s3.tmp.max_ver) > 0 in ssl_cipher_disabled()2673 && s->s3.tmp.max_ver >= TLS1_3_VERSION) { in tls12_sigalg_allowed()
1384 int max_ver; member
5379 int max_ver; in test_tls13_ciphersuite() local5399 for (max_ver = TLS1_2_VERSION; max_ver <= TLS1_3_VERSION; max_ver++) { in test_tls13_ciphersuite()5401 if (max_ver == TLS1_2_VERSION) in test_tls13_ciphersuite()5410 TLS1_VERSION, max_ver, in test_tls13_ciphersuite()5462 if (max_ver == TLS1_3_VERSION in test_tls13_ciphersuite()5469 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL in test_tls13_ciphersuite()
Completed in 61 milliseconds