| /freebsd-11-stable/secure/lib/libssl/ |
| HD | Makefile.man | 42 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/ |
| HD | SSL_new.pod | 40 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
|
| HD | SSL_clear.pod | 72 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>, L<ssl(3)|ssl(3)>,
|
| HD | SSL_CTX_new.pod | 80 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)>,
|
| HD | SSL_CTX_set_options.pod | 5 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
|
| HD | SSL_CTX_set_tmp_dh_callback.pod | 127 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
|
| HD | SSL_CTX_set_tmp_rsa_callback.pod | 155 L<SSL_CTX_set_options(3)|SSL_CTX_set_options(3)>,
|
| HD | ssl.pod | 373 =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)>,
|
| HD | SSL_CONF_cmd.pod | 271 B<SSL_CTX_set_options> function for more details of individual options.
|
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | net_help.c | 912 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/ |
| HD | 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-11-stable/crypto/openssl/ssl/ |
| HD | ssltest.c | 1554 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()
|
| HD | bad_dtls_test.c | 798 SSL_CTX_set_options(ctx, SSL_OP_CISCO_ANYCONNECT); in main()
|
| HD | ssl.h | 785 # define SSL_CTX_set_options(ctx,op) \ macro
|
| /freebsd-11-stable/contrib/unbound/smallapp/ |
| HD | unbound-control.c | 524 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/ |
| HD | 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-11-stable/contrib/openbsm/bin/auditdistd/ |
| HD | 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-11-stable/crypto/openssl/apps/ |
| HD | s_time.c | 377 SSL_CTX_set_options(tm_ctx, SSL_OP_ALL); in MAIN()
|
| HD | s_server.c | 1791 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/ |
| HD | 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-11-stable/lib/libfetch/ |
| HD | common.c | 776 SSL_CTX_set_options(ctx, ssl_ctx_options); in fetch_ssl_setup_transport_layer()
|
| /freebsd-11-stable/contrib/wpa/src/crypto/ |
| HD | 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-11-stable/crypto/openssl/ |
| HD | CHANGES.SSLeay | 154 SSL_CTX_set_options(ssl_ctx,SSL_OP_ALL); which was a bad thing
|
| HD | CHANGES | 2728 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/ |
| HD | README | 4337 SSL_CTX_set_options(3) for a list. 4340 SSL_CTX_set_options(3) for a list.
|