Home
last modified time | relevance | path

Searched refs:max_tls (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_lib.c120 } else if (ver_max >= c->min_tls && ver_max <= c->max_tls) { in tls_setup_handshake()
HDstatem_clnt.c3797 if (c->max_tls >= s->s3->tmp.max_ver in ssl_cipher_list_to_bytes()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_local.h430 int max_tls; /* maximum SSL/TLS protocol version */ member
HDt1_lib.c1231 if ((min_tls > s->s3->tmp.max_ver) || (c->max_tls < s->s3->tmp.min_ver)) in ssl_cipher_disabled()
HDs3_lib.c4255 ((s->version < c->min_tls) || (s->version > c->max_tls))) in ssl3_choose_cipher()