OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_negotiate
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
196
static const char *
should_negotiate
;
variable
716
fprintf(stderr, " -
should_negotiate
<string> - The version that should be negotiated, fail-client or fail-server\n");
1152
} else if (strcmp(*argv, "-
should_negotiate
") == 0) {
1155
should_negotiate
= *(++argv);
1828
if (
should_negotiate
&& ret == EXIT_SUCCESS && strcmp(
should_negotiate
, "fail-server") != 0 && strcmp(
should_negotiate
, "fail-client") != 0) {
1829
int version = protocol_from_string(
should_negotiate
);
1831
BIO_printf(bio_err, "Error parsing: %s\n",
should_negotiate
);
1838
should_negotiate
, SSL_get_version(c_ssl))
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
197
static const char *
should_negotiate
;
variable
710
fprintf(stderr, " -
should_negotiate
<string> - The version that should be negotiated, fail-client or fail-server\n");
1149
} else if (strcmp(*argv, "-
should_negotiate
") == 0) {
1152
should_negotiate
= *(++argv);
1832
if (
should_negotiate
&& ret == EXIT_SUCCESS &&
1833
strcmp(
should_negotiate
, "fail-server") != 0 &&
1834
strcmp(
should_negotiate
, "fail-client") != 0) {
1835
int version = protocol_from_string(
should_negotiate
);
1837
BIO_printf(bio_err, "Error parsing: %s\n",
should_negotiate
);
1843
"Expected: %s, got %s\n",
should_negotiate
, SSL_get_version(c_ssl))
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
207
static const char *
should_negotiate
;
variable
717
fprintf(stderr, " -
should_negotiate
<string> - The version that should be negotiated, fail-client or fail-server\n");
1176
} else if (strcmp(*argv, "-
should_negotiate
") == 0) {
1179
should_negotiate
= *(++argv);
1822
if (
should_negotiate
&& ret == EXIT_SUCCESS &&
1823
strcmp(
should_negotiate
, "fail-server") != 0 &&
1824
strcmp(
should_negotiate
, "fail-client") != 0) {
1825
int version = protocol_from_string(
should_negotiate
);
1827
BIO_printf(bio_err, "Error parsing: %s\n",
should_negotiate
);
1833
"Expected: %s, got %s\n",
should_negotiate
, SSL_get_version(c_ssl))
[
all
...]
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026