| /freebsd-12.1/contrib/unbound/util/ |
| H A D | net_help.c | 839 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in listen_sslctx_setup() 845 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in listen_sslctx_setup() 852 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup() 860 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 868 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in listen_sslctx_setup() 880 if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) & in listen_sslctx_setup() 1081 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in connect_sslctx_create() 1088 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in connect_sslctx_create() 1096 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in connect_sslctx_create()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_min_proto_version.pod | 30 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 D | SSL_CTX_set_options.pod | 5 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 bitmask in B<options> to B<ctx>. 51 SSL_CTX_set_options() and SSL_set_options() affect the (external) 343 SSL_CTX_set_options() and SSL_set_options() return the new options bitmask
|
| H A D | SSL_new.pod | 56 L<SSL_CTX_set_options(3)>,
|
| H A D | SSL_CTX_new.pod | 167 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 D | SSL_clear.pod | 72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
|
| H A D | SSL_CTX_set_tmp_dh_callback.pod | 123 L<SSL_CTX_set_options(3)>,
|
| H A D | SSL_read_early_data.pod | 298 selected (see L<SSL_CTX_set_options(3)>). Sessions will be added to the cache 324 using the B<SSL_OP_NO_ANTI_REPLAY> option. See L<SSL_CTX_set_options(3)> for
|
| H A D | SSL_CONF_cmd.pod | 416 See the L<SSL_CTX_set_options(3)> function for more details of 667 L<SSL_CTX_set_options(3)>
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_ssl.c | 164 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-12.1/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 508 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in setup_ctx() 512 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in setup_ctx() 517 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in setup_ctx()
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | tls.c | 1045 SSL_CTX_set_options(*ctx, SSL_OP_NO_SSLv2); 1210 SSL_CTX_set_options(*ctx, (long) options); 1304 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_DH_USE); 1318 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_ECDH_USE);
|
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | regress_ssl.c | 177 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-12.1/secure/lib/libssl/ |
| H A D | Version.map | 137 SSL_CTX_set_options;
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_time.c | 200 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
| /freebsd-12.1/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tls.c | 390 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-12.1/contrib/serf/buckets/ |
| H A D | ssl_buckets.c | 1407 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-12.1/secure/lib/libcrypto/ |
| H A D | Makefile.man | 326 MAN+= SSL_CTX_set_options.3 2592 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_clear_options.3 2593 MLINKS+= SSL_CTX_set_options.3 SSL_CTX_get_options.3 2594 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3 2595 MLINKS+= SSL_CTX_set_options.3 SSL_get_options.3 2596 MLINKS+= SSL_CTX_set_options.3 SSL_get_secure_renegotiation_support.3 2597 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 366 =item unsigned long B<SSL_CTX_set_options>(SSL_CTX *ctx, unsigned long op); 775 L<SSL_CTX_set_options(3)>,
|
| /freebsd-12.1/lib/libfetch/ |
| H A D | common.c | 782 SSL_CTX_set_options(ctx, ssl_ctx_options); in fetch_ssl_setup_transport_layer()
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1044 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-12.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 587 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op);
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 4595 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op) in SSL_CTX_set_options() function
|
| /freebsd-12.1/contrib/sendmail/cf/ |
| H A D | README | 4331 SSL_CTX_set_options(3) for a list. 4334 SSL_CTX_set_options(3) for a list.
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CHANGES | 4345 handshakes; thus, SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) or 4943 SSL_CTX_set_options(). This is really not recommended unless you 11760 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); 11910 *) Bugfix: SSL_set_options ignored its parameter, only SSL_CTX_set_options
|