OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strict_mode
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c
2173
int check_flags = 0,
strict_mode
;
local
2190
strict_mode
= c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT;
2209
strict_mode
= 1;
2227
if (TLS1_get_version(s) >= TLS1_2_VERSION &&
strict_mode
) {
2327
else if (
strict_mode
) {
2340
if (!s->server &&
strict_mode
) {
/src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c
3995
int check_flags = 0,
strict_mode
;
local
4019
strict_mode
= c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT;
4046
strict_mode
= 1;
4065
&&
strict_mode
) {
4166
else if (
strict_mode
) {
4179
if (!s->server &&
strict_mode
) {
/src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c
2655
int check_flags = 0,
strict_mode
;
local
2672
strict_mode
= c->cert_flags & SSL_CERT_FLAGS_CHECK_TLS_STRICT;
2691
strict_mode
= 1;
2709
if (TLS1_get_version(s) >= TLS1_2_VERSION &&
strict_mode
) {
2809
else if (
strict_mode
) {
2822
if (!s->server &&
strict_mode
) {
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026