Symbol: SSL_OP_NO_SSLv3
lib/libtls/tls.c
545
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv3);
sbin/unwind/libunbound/util/net_help.c
1241
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
sbin/unwind/libunbound/util/net_help.c
1242
!= SSL_OP_NO_SSLv3){
sbin/unwind/libunbound/util/net_help.c
1551
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
sbin/unwind/libunbound/util/net_help.c
1552
!= SSL_OP_NO_SSLv3) {
usr.bin/openssl/s_client.c
612
.value = SSL_OP_NO_SSLv3,
usr.sbin/nsd/dnstap/dnstap.c
182
if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
usr.sbin/nsd/dnstap/dnstap.c
183
!= SSL_OP_NO_SSLv3) {
usr.sbin/nsd/nsd-control.c
197
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
usr.sbin/nsd/nsd-control.c
198
!= SSL_OP_NO_SSLv3)
usr.sbin/nsd/server.c
2162
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
usr.sbin/nsd/server.c
2163
!= SSL_OP_NO_SSLv3){
usr.sbin/unbound/smallapp/unbound-control.c
567
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
usr.sbin/unbound/smallapp/unbound-control.c
568
!= SSL_OP_NO_SSLv3)
usr.sbin/unbound/testcode/petal.c
243
(void)SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);
usr.sbin/unbound/util/net_help.c
1241
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
usr.sbin/unbound/util/net_help.c
1242
!= SSL_OP_NO_SSLv3){
usr.sbin/unbound/util/net_help.c
1551
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
usr.sbin/unbound/util/net_help.c
1552
!= SSL_OP_NO_SSLv3) {