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.c1263 || s->s3.tmp.max_ver < TLS1_3_VERSION)) { in tls_construct_client_hello()
1629 s->s3.tmp.max_ver = s->version; in tls_process_server_hello()
3775 if (DTLS_VERSION_GE(c->max_dtls, s->s3.tmp.max_ver) in ssl_cipher_list_to_bytes()
3776 && DTLS_VERSION_LE(c->min_dtls, s->s3.tmp.max_ver)) in ssl_cipher_list_to_bytes()
3779 if (c->max_tls >= s->s3.tmp.max_ver in ssl_cipher_list_to_bytes()
3780 && c->min_tls <= s->s3.tmp.max_ver) in ssl_cipher_list_to_bytes()
/openssl/ssl/
H A Dt1_lib.c1697 &s->s3.tmp.max_ver, NULL) != 0) in ssl_set_client_disabled()
1730 if (s->s3.tmp.max_ver == 0) in ssl_cipher_disabled()
1743 if ((min_tls > s->s3.tmp.max_ver) || (c->max_tls < s->s3.tmp.min_ver)) in ssl_cipher_disabled()
1747 && (DTLS_VERSION_GT(c->min_dtls, s->s3.tmp.max_ver) in ssl_cipher_disabled()
2174 && s->s3.tmp.max_ver >= TLS1_3_VERSION) { in tls12_sigalg_allowed()
H A Dssl_local.h1408 int max_ver; member
/openssl/test/
H A Dsslapitest.c5023 int max_ver; in test_tls13_ciphersuite() local
5043 for (max_ver = TLS1_2_VERSION; max_ver <= TLS1_3_VERSION; max_ver++) { in test_tls13_ciphersuite()
5045 if (max_ver == TLS1_2_VERSION) in test_tls13_ciphersuite()
5054 TLS1_VERSION, max_ver, in test_tls13_ciphersuite()
5106 if (max_ver == TLS1_3_VERSION in test_tls13_ciphersuite()
5113 if (max_ver == TLS1_2_VERSION && t12_cipher != NULL in test_tls13_ciphersuite()

Completed in 74 milliseconds