OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_OP_NO_SSLv2
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/bsd/nsd/dist/
nsd-control.c
192
#if
SSL_OP_NO_SSLv2
!= 0
193
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
) &
SSL_OP_NO_SSLv2
)
194
!=
SSL_OP_NO_SSLv2
)
195
ssl_err("could not set
SSL_OP_NO_SSLv2
");
server.c
2149
#if
SSL_OP_NO_SSLv2
!= 0
2150
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
) &
SSL_OP_NO_SSLv2
) !=
SSL_OP_NO_SSLv2
){
2151
log_crypto_err("could not set
SSL_OP_NO_SSLv2
");
/src/external/ibm-public/postfix/dist/src/tls/
tls.h
358
#undef
SSL_OP_NO_SSLv2
359
#define
SSL_OP_NO_SSLv2
0L /* Noop */
423
((((m) & TLS_PROTOCOL_SSLv2) ?
SSL_OP_NO_SSLv2
: 0L) \
/src/external/bsd/unbound/dist/util/
net_help.c
1234
#if
SSL_OP_NO_SSLv2
!= 0
1235
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
) &
SSL_OP_NO_SSLv2
)
1236
!=
SSL_OP_NO_SSLv2
){
1237
log_crypto_err("could not set
SSL_OP_NO_SSLv2
");
1543
#if
SSL_OP_NO_SSLv2
!= 0
1544
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
) &
SSL_OP_NO_SSLv2
)
1545
!=
SSL_OP_NO_SSLv2
) {
1546
log_crypto_err("could not set
SSL_OP_NO_SSLv2
");
[
all
...]
/src/external/bsd/nsd/dist/dnstap/
dnstap.c
172
#if
SSL_OP_NO_SSLv2
!= 0
173
if((SSL_CTX_set_options(dtw->ctx,
SSL_OP_NO_SSLv2
) &
SSL_OP_NO_SSLv2
)
174
!=
SSL_OP_NO_SSLv2
) {
175
log_msg(LOG_ERR, "dnstap: could not set
SSL_OP_NO_SSLv2
");
/src/external/bsd/ppp/dist/pppd/
tls.c
336
SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
| SSL_OP_NO_SSLv3
/src/external/bsd/unbound/dist/smallapp/
unbound-control.c
562
#if
SSL_OP_NO_SSLv2
!= 0
563
if((SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
) &
SSL_OP_NO_SSLv2
)
564
!=
SSL_OP_NO_SSLv2
)
565
ssl_err("could not set
SSL_OP_NO_SSLv2
");
/src/external/bsd/unbound/dist/testcode/
petal.c
240
#if
SSL_OP_NO_SSLv2
!= 0
241
(void)SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
);
/src/external/mpl/bind/dist/lib/isc/
tls.c
316
SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
| SSL_OP_NO_SSLv3 |
407
SSL_CTX_set_options(ctx,
SSL_OP_NO_SSLv2
| SSL_OP_NO_SSLv3 |
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c
284
SSL_FLAG_TBL_INV("SSLv2",
SSL_OP_NO_SSLv2
),
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c
281
SSL_FLAG_TBL_INV("SSLv2",
SSL_OP_NO_SSLv2
),
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c
283
SSL_FLAG_TBL_INV("SSLv2",
SSL_OP_NO_SSLv2
),
/src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c
393
opt |=
SSL_OP_NO_SSLv2
;
/src/usr.sbin/syslogd/
tls.c
267
SSL_OP_NO_SSLv2
| SSL_OP_NO_SSLv3 | SSL_OP_SINGLE_DH_USE);
/src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c
1107
SSL_CTX_set_options(ssl,
SSL_OP_NO_SSLv2
);
1728
options =
SSL_OP_NO_SSLv2
| SSL_OP_NO_SSLv3 |
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h
443
# define
SSL_OP_NO_SSLv2
0x0
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
461
#define
SSL_OP_NO_SSLv2
0x0
/src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in
441
# define
SSL_OP_NO_SSLv2
0x0
Completed in 69 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026