OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_min_proto
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
192
static const char *
server_min_proto
;
variable
712
fprintf(stderr, " -
server_min_proto
<string> - Minimum version the server should support\n");
1136
} else if (strcmp(*argv, "-
server_min_proto
") == 0) {
1139
server_min_proto
= *(++argv);
1769
if (!set_protocol_version(
server_min_proto
, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
193
static const char *
server_min_proto
;
variable
706
fprintf(stderr, " -
server_min_proto
<string> - Minimum version the server should support\n");
1133
} else if (strcmp(*argv, "-
server_min_proto
") == 0) {
1136
server_min_proto
= *(++argv);
1773
if (!set_protocol_version(
server_min_proto
, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
203
static const char *
server_min_proto
;
variable
713
fprintf(stderr, " -
server_min_proto
<string> - Minimum version the server should support\n");
1160
} else if (strcmp(*argv, "-
server_min_proto
") == 0) {
1163
server_min_proto
= *(++argv);
1764
if (!set_protocol_version(
server_min_proto
, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION))
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026