Searched refs:strict_mode (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c4338 int check_flags = 0, strict_mode; local
4353 strict_mode = c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT;
4377 strict_mode = 1;
4395 if (TLS1_get_version(s) >= TLS1_2_VERSION && strict_mode) {
4473 else if (strict_mode) {
4486 if (!s->server && strict_mode) {

Completed in 107 milliseconds