OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_tls_disabled
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
protocol_version.pm
28
my @
is_tls_disabled
= anydisabled("ssl3", "tls1", "tls1_1", "tls1_2", "tls1_3");
38
if (!$
is_tls_disabled
[$i]) {
45
if (!$
is_tls_disabled
[$i]) {
/src/crypto/external/apache2/openssl/dist/test/ssl-tests/
protocol_version.pm
31
my @
is_tls_disabled
= anydisabled("ssl3", "tls1", "tls1_1", "tls1_2", "tls1_3");
77
$min_tls_enabled = min_prot_enabled(\@tls_protocols, \@
is_tls_disabled
);
78
$max_tls_enabled = max_prot_enabled(\@tls_protocols, \@
is_tls_disabled
);
/src/crypto/external/bsd/openssl/dist/test/ssl-tests/
protocol_version.pm
31
my @
is_tls_disabled
= anydisabled("ssl3", "tls1", "tls1_1", "tls1_2", "tls1_3");
77
$min_tls_enabled = min_prot_enabled(\@tls_protocols, \@
is_tls_disabled
);
78
$max_tls_enabled = max_prot_enabled(\@tls_protocols, \@
is_tls_disabled
);
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026