Symbol: SSL_CTX_set_options
lib/libtls/tls.c
544
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2);
lib/libtls/tls.c
545
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv3);
lib/libtls/tls.c
546
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1);
lib/libtls/tls.c
547
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_1);
lib/libtls/tls.c
553
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_2);
lib/libtls/tls.c
555
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TLSv1_3);
lib/libtls/tls.c
582
SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
lib/libtls/tls_server.c
241
SSL_CTX_set_options(*ssl_ctx, SSL_OP_NO_CLIENT_RENEGOTIATION);
lib/libtls/tls_server.c
287
SSL_CTX_set_options(*ssl_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
regress/lib/libssl/client/clienttest.c
959
SSL_CTX_set_options(ssl_ctx, cht->ssl_options);
regress/lib/libssl/dtls/dtlstest.c
466
SSL_CTX_set_options(ssl_ctx, options);
regress/lib/libssl/server/servertest.c
154
SSL_CTX_set_options(ssl_ctx, sht->ssl_set_options);
regress/lib/libssl/ssl/ssltest.c
619
SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
regress/lib/libssl/ssl/ssltest.c
646
SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE);
sbin/unwind/libunbound/services/listen_dnsport.c
4663
SSL_CTX_set_options(ctx,
sbin/unwind/libunbound/util/net_help.c
1235
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
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
1248
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1)
sbin/unwind/libunbound/util/net_help.c
1256
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1)
sbin/unwind/libunbound/util/net_help.c
1264
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_2) & SSL_OP_NO_TLSv1_2)
sbin/unwind/libunbound/util/net_help.c
1272
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
sbin/unwind/libunbound/util/net_help.c
1290
if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) &
sbin/unwind/libunbound/util/net_help.c
1297
if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) &
sbin/unwind/libunbound/util/net_help.c
1544
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
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
1559
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
sbin/unwind/libunbound/util/net_help.c
1570
if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) &
usr.bin/openssl/s_client.c
994
SSL_CTX_set_options(ctx, SSL_OP_ALL | cfg.off);
usr.bin/openssl/s_client.c
996
SSL_CTX_set_options(ctx, cfg.off);
usr.bin/openssl/s_server.c
1180
SSL_CTX_set_options(ctx, SSL_OP_ALL);
usr.bin/openssl/s_server.c
1181
SSL_CTX_set_options(ctx, cfg.off);
usr.bin/openssl/s_server.c
1242
SSL_CTX_set_options(ctx2, SSL_OP_ALL);
usr.bin/openssl/s_server.c
1243
SSL_CTX_set_options(ctx2, cfg.off);
usr.bin/openssl/s_time.c
277
SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
usr.sbin/nsd/dnstap/dnstap.c
173
if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
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
192
if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/nsd/nsd-control.c
193
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
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
202
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/nsd/server.c
2156
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) != SSL_OP_NO_SSLv2){
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
2170
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1)
usr.sbin/nsd/server.c
2179
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1)
usr.sbin/nsd/server.c
2188
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_2) & SSL_OP_NO_TLSv1_2)
usr.sbin/nsd/server.c
2197
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/nsd/server.c
2206
if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) &
usr.sbin/nsd/server.c
2219
if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) &
usr.sbin/unbound/services/listen_dnsport.c
4663
SSL_CTX_set_options(ctx,
usr.sbin/unbound/smallapp/unbound-control.c
563
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
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
572
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/testcode/petal.c
241
(void)SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2);
usr.sbin/unbound/testcode/petal.c
243
(void)SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);
usr.sbin/unbound/util/net_help.c
1235
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
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
1248
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1)
usr.sbin/unbound/util/net_help.c
1256
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1)
usr.sbin/unbound/util/net_help.c
1264
if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_2) & SSL_OP_NO_TLSv1_2)
usr.sbin/unbound/util/net_help.c
1272
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/util/net_help.c
1290
if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) &
usr.sbin/unbound/util/net_help.c
1297
if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) &
usr.sbin/unbound/util/net_help.c
1544
if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
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
1559
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/util/net_help.c
1570
if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) &