Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_options (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-11-stable/secure/lib/libssl/
HDMakefile.man42 MAN+= SSL_CTX_set_options.3
233 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_clear_options.3
234 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_get_options.3
235 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
236 MLINKS+= SSL_CTX_set_options.3 SSL_get_options.3
237 MLINKS+= SSL_CTX_set_options.3 SSL_get_secure_renegotiation_support.3
238 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_new.pod40 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
HDSSL_clear.pod72 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>, L<ssl(3)|ssl(3)>,
HDSSL_CTX_new.pod80 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions.
89 Applications should typically use L<SSL_CTX_set_options(3)> in combination with
170 L<SSL_CTX_set_options(3)>, L<SSL_CTX_clear_options(3)>, L<SSL_set_options(3)>,
HDSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, SSL_clear_options, SSL_CTX_get_options…
11 long SSL_CTX_set_options(SSL_CTX *ctx, long options);
26 SSL_CTX_set_options() adds the options set via bitmask in B<options> to B<ctx>.
50 SSL_CTX_set_options() and SSL_set_options() affect the (external)
315 SSL_CTX_set_options() and SSL_set_options() return the new options bitmask
HDSSL_CTX_set_tmp_dh_callback.pod127 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
HDSSL_CTX_set_tmp_rsa_callback.pod155 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
HDssl.pod373 =item void B<SSL_CTX_set_options>(SSL_CTX *ctx, unsigned long op);
759 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
HDSSL_CONF_cmd.pod271 B<SSL_CTX_set_options> function for more details of individual options.
/freebsd-11-stable/contrib/unbound/util/
HDnet_help.c912 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in listen_sslctx_setup()
918 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in listen_sslctx_setup()
925 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup()
933 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
941 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in listen_sslctx_setup()
953 if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) & in listen_sslctx_setup()
1157 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in connect_sslctx_create()
1164 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in connect_sslctx_create()
1172 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in connect_sslctx_create()
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c164 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); in get_ssl_ctx()
167 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
/freebsd-11-stable/crypto/openssl/ssl/
HDssltest.c1554 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); in main()
1555 SSL_CTX_set_options(s_ctx2, SSL_OP_SINGLE_DH_USE); in main()
1591 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_ECDH_USE); in main()
1592 SSL_CTX_set_options(s_ctx2, SSL_OP_SINGLE_ECDH_USE); in main()
1835 SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET); in main()
1843 SSL_CTX_set_options(s_ctx2, SSL_OP_NO_TICKET); in main()
1848 SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET); in main()
HDbad_dtls_test.c798 SSL_CTX_set_options(ctx, SSL_OP_CISCO_ANYCONNECT); in main()
HDssl.h785 # define SSL_CTX_set_options(ctx,op) \ macro
/freebsd-11-stable/contrib/unbound/smallapp/
HDunbound-control.c524 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in setup_ctx()
528 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in setup_ctx()
533 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in setup_ctx()
/freebsd-11-stable/contrib/sendmail/src/
HDtls.c1170 SSL_CTX_set_options(*ctx, SSL_OP_NO_SSLv2);
1329 SSL_CTX_set_options(*ctx, (long) options);
1431 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_DH_USE);
1442 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_ECDH_USE);
1448 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_ECDH_USE);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
HDproto_tls.c390 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_client()
673 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_server()
/freebsd-11-stable/crypto/openssl/apps/
HDs_time.c377 SSL_CTX_set_options(tm_ctx, SSL_OP_ALL); in MAIN()
HDs_server.c1791 SSL_CTX_set_options(ctx, SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); in MAIN()
1870 SSL_CTX_set_options(ctx2, SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG); in MAIN()
/freebsd-11-stable/contrib/serf/buckets/
HDssl_buckets.c1407 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in ssl_init_context()
1422 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_ALL); in ssl_init_context()
1861 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_NO_COMPRESSION); in disable_compression()
/freebsd-11-stable/lib/libfetch/
HDcommon.c776 SSL_CTX_set_options(ctx, ssl_ctx_options); in fetch_ssl_setup_transport_layer()
/freebsd-11-stable/contrib/wpa/src/crypto/
HDtls_openssl.c1044 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()
1045 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()
5305 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
/freebsd-11-stable/crypto/openssl/
HDCHANGES.SSLeay154 SSL_CTX_set_options(ssl_ctx,SSL_OP_ALL); which was a bad thing
HDCHANGES2728 handshakes; thus, SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) or
3326 SSL_CTX_set_options(). This is really not recommended unless you
10143 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
10293 *) Bugfix: SSL_set_options ignored its parameter, only SSL_CTX_set_options
/freebsd-11-stable/contrib/sendmail/cf/
HDREADME4337 SSL_CTX_set_options(3) for a list.
4340 SSL_CTX_set_options(3) for a list.

12