OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_tls_protocols
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
protocol_version.pm
26
my @
max_tls_protocols
= ("SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3", undef);
89
my @max_protocols = $dtls ? @max_dtls_protocols : @
max_tls_protocols
;
/src/crypto/external/apache2/openssl/dist/test/ssl-tests/
protocol_version.pm
28
my @
max_tls_protocols
= ("SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3", undef);
135
@max_protocols = $dtls ? @max_dtls_protocols : @
max_tls_protocols
;
/src/crypto/external/bsd/openssl/dist/test/ssl-tests/
protocol_version.pm
28
my @
max_tls_protocols
= ("SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3", undef);
135
@max_protocols = $dtls ? @max_dtls_protocols : @
max_tls_protocols
;
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026