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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c4178 int check_flags = 0, strict_mode; local
4193 strict_mode = c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT;
4217 strict_mode = 1;
4235 if (TLS1_get_version(s) >= TLS1_2_VERSION && strict_mode) {
4313 else if (strict_mode) {
4326 if (!s->server && strict_mode) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c4178 int check_flags = 0, strict_mode; local
4193 strict_mode = c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT;
4217 strict_mode = 1;
4235 if (TLS1_get_version(s) >= TLS1_2_VERSION && strict_mode) {
4313 else if (strict_mode) {
4326 if (!s->server && strict_mode) {

Completed in 47 milliseconds