| /freebsd-13.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 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 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_new.pod | 121 L<SSL_CTX_set_options(3)>,
|
| 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 | 299 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 D | SSL_CONF_cmd.pod | 427 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 D | net_help.c | 967 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 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-13.1/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 529 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 D | tls.c | 1170 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 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-13.1/secure/lib/libssl/ |
| H A D | Version.map | 137 SSL_CTX_set_options;
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_time.c | 201 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
| /freebsd-13.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-13.1/contrib/serf/buckets/ |
| H A D | ssl_buckets.c | 1408 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 D | rpc.tlsclntd.c | 580 SSL_CTX_set_options(ctx, flags); in rpctls_setupcl_ssl()
|
| /freebsd-13.1/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.c | 640 SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS); in rpctls_setup_ssl()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 327 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 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-13.1/lib/libfetch/ |
| H A D | common.c | 1066 SSL_CTX_set_options(ctx, ssl_ctx_options); in fetch_ssl_setup_transport_layer()
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1049 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 D | ssl.h | 589 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op);
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 4793 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op) in SSL_CTX_set_options() function
|