OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_min_proto
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
194
static const char *
client_min_proto
;
variable
714
fprintf(stderr, " -
client_min_proto
<string> - Minimum version the client should support\n");
1144
} else if (strcmp(*argv, "-
client_min_proto
") == 0) {
1147
client_min_proto
= *(++argv);
1773
if (!set_protocol_version(
client_min_proto
, c_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
195
static const char *
client_min_proto
;
variable
708
fprintf(stderr, " -
client_min_proto
<string> - Minimum version the client should support\n");
1141
} else if (strcmp(*argv, "-
client_min_proto
") == 0) {
1144
client_min_proto
= *(++argv);
1777
if (!set_protocol_version(
client_min_proto
, c_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
205
static const char *
client_min_proto
;
variable
715
fprintf(stderr, " -
client_min_proto
<string> - Minimum version the client should support\n");
1168
} else if (strcmp(*argv, "-
client_min_proto
") == 0) {
1171
client_min_proto
= *(++argv);
1768
if (!set_protocol_version(
client_min_proto
, c_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026