Searched refs:max_ver (Results 1 – 4 of 4) sorted by relevance
1252 && (SSL_IS_DTLS(s) || s->s3.tmp.max_ver < TLS1_3_VERSION)) { in tls_construct_client_hello()1606 s->s3.tmp.max_ver = s->version; in tls_process_server_hello()3717 if (DTLS_VERSION_GE(c->max_dtls, s->s3.tmp.max_ver) in ssl_cipher_list_to_bytes()3718 && DTLS_VERSION_LE(c->min_dtls, s->s3.tmp.max_ver)) in ssl_cipher_list_to_bytes()3721 if (c->max_tls >= s->s3.tmp.max_ver in ssl_cipher_list_to_bytes()3722 && c->min_tls <= s->s3.tmp.max_ver) in ssl_cipher_list_to_bytes()
1607 &s->s3.tmp.max_ver, NULL) != 0) in ssl_set_client_disabled()1639 if (s->s3.tmp.max_ver == 0) in ssl_cipher_disabled()1652 if ((min_tls > s->s3.tmp.max_ver) || (c->max_tls < s->s3.tmp.min_ver)) in ssl_cipher_disabled()1655 if (SSL_IS_DTLS(s) && (DTLS_VERSION_GT(c->min_dtls, s->s3.tmp.max_ver) in ssl_cipher_disabled()2070 && s->s3.tmp.max_ver >= TLS1_3_VERSION) { in tls12_sigalg_allowed()
1377 int max_ver; member
4970 int max_ver; in test_tls13_ciphersuite() local4990 for (max_ver = TLS1_2_VERSION; max_ver <= TLS1_3_VERSION; max_ver++) { in test_tls13_ciphersuite()4992 if (max_ver == TLS1_2_VERSION) in test_tls13_ciphersuite()5001 TLS1_VERSION, max_ver, in test_tls13_ciphersuite()5053 if (max_ver == TLS1_3_VERSION in test_tls13_ciphersuite()5060 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL in test_tls13_ciphersuite()
Completed in 36 milliseconds