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_dtls_protocols
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
protocol_version.pm
53
my @
max_dtls_protocols
= ("DTLSv1", "DTLSv1.2", undef);
89
my @max_protocols = $dtls ? @
max_dtls_protocols
: @max_tls_protocols;
/src/crypto/external/apache2/openssl/dist/test/ssl-tests/
protocol_version.pm
88
my @
max_dtls_protocols
= ("DTLSv1", "DTLSv1.2", undef);
135
@max_protocols = $dtls ? @
max_dtls_protocols
: @max_tls_protocols;
/src/crypto/external/bsd/openssl/dist/test/ssl-tests/
protocol_version.pm
88
my @
max_dtls_protocols
= ("DTLSv1", "DTLSv1.2", undef);
135
@max_protocols = $dtls ? @
max_dtls_protocols
: @max_tls_protocols;
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026