Home
last modified time | relevance | path

Searched refs:max_ver (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/statem/
H A Dstatem_clnt.c1326 || 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()
/openssl/ssl/
H A Dt1_lib.c2181 &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()
H A Dssl_local.h1384 int max_ver; member
/openssl/test/
H A Dsslapitest.c5379 int max_ver; in test_tls13_ciphersuite() local
5399 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 65 milliseconds