OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sn_client
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
197
static const char *
sn_client
;
variable
722
fprintf(stderr, " -
sn_client
<string> - have client request this servername\n");
1156
} else if (strcmp(*argv, "-
sn_client
") == 0) {
1159
sn_client
= *(++argv);
1762
if (
sn_client
)
1763
SSL_set_tlsext_host_name(c_ssl,
sn_client
);
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
198
static const char *
sn_client
;
variable
716
fprintf(stderr, " -
sn_client
<string> - have client request this servername\n");
1153
} else if (strcmp(*argv, "-
sn_client
") == 0) {
1156
sn_client
= *(++argv);
1766
if (
sn_client
)
1767
SSL_set_tlsext_host_name(c_ssl,
sn_client
);
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
208
static const char *
sn_client
;
variable
723
fprintf(stderr, " -
sn_client
<string> - have client request this servername\n");
1180
} else if (strcmp(*argv, "-
sn_client
") == 0) {
1183
sn_client
= *(++argv);
1761
if (
sn_client
)
1762
SSL_set_tlsext_host_name(c_ssl,
sn_client
);
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026