Home
last modified time | relevance | path

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

12

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod30 L<SSL_CTX_set_options(3)> that also make it possible to disable
57 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
13 long SSL_CTX_set_options(SSL_CTX *ctx, long options);
26 SSL_CTX_set_options() adds the options set via bit mask in B<options> to B<ctx>.
51 SSL_CTX_set_options() and SSL_set_options() affect the (external)
366 SSL_CTX_set_options() and SSL_set_options() return the new options bit mask
H A DSSL_CTX_new.pod167 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
200 L<SSL_CTX_set_options(3)>, L<SSL_CTX_free(3)>, L<SSL_accept(3)>,
H A DSSL_clear.pod72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
H A DSSL_new.pod121 L<SSL_CTX_set_options(3)>,
H A DSSL_CTX_set_tmp_dh_callback.pod123 L<SSL_CTX_set_options(3)>,
H A DSSL_read_early_data.pod299 selected (see L<SSL_CTX_set_options(3)>). Sessions will be added to the cache
325 using the B<SSL_OP_NO_ANTI_REPLAY> option. See L<SSL_CTX_set_options(3)> for
H A DSSL_CONF_cmd.pod427 See the L<SSL_CTX_set_options(3)> function for more details of
682 L<SSL_CTX_set_options(3)>
/freebsd-13.1/contrib/unbound/util/
H A Dnet_help.c967 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in listen_sslctx_setup()
973 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in listen_sslctx_setup()
980 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup()
988 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
996 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in listen_sslctx_setup()
1011 if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) & in listen_sslctx_setup()
1215 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in connect_sslctx_create()
1222 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in connect_sslctx_create()
1230 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in connect_sslctx_create()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_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-13.1/contrib/unbound/smallapp/
H A Dunbound-control.c529 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in setup_ctx()
533 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in setup_ctx()
538 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in setup_ctx()
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.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-13.1/contrib/libevent/test/
H A Dregress_ssl.c177 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); in get_ssl_ctx()
180 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map137 SSL_CTX_set_options;
/freebsd-13.1/crypto/openssl/apps/
H A Ds_time.c201 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dproto_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-13.1/contrib/serf/buckets/
H A Dssl_buckets.c1408 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in ssl_init_context()
1423 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_ALL); in ssl_init_context()
1862 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_NO_COMPRESSION); in disable_compression()
/freebsd-13.1/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c580 SSL_CTX_set_options(ctx, flags); in rpctls_setupcl_ssl()
/freebsd-13.1/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c640 SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS); in rpctls_setup_ssl()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile327 MAN+= SSL_CTX_set_options.3
2617 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_clear_options.3
2618 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_get_options.3
2619 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
2620 MLINKS+= SSL_CTX_set_options.3 SSL_get_options.3
2621 MLINKS+= SSL_CTX_set_options.3 SSL_get_secure_renegotiation_support.3
2622 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod366 =item unsigned long B<SSL_CTX_set_options>(SSL_CTX *ctx, unsigned long op);
775 L<SSL_CTX_set_options(3)>,
/freebsd-13.1/lib/libfetch/
H A Dcommon.c1066 SSL_CTX_set_options(ctx, ssl_ctx_options); in fetch_ssl_setup_transport_layer()
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1049 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()
1050 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()
5514 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h589 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op);
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c4793 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op) in SSL_CTX_set_options() function

12