Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/test/
H A Dssl_test.c412 if (!TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake()
420 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake()
431 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
456 || !TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake()
464 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake()
480 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
H A Ddtlstest.c219 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_dtls_drop_records()
321 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
H A Dclienthellotest.c119 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
H A Dbad_dtls_test.c497 || !TEST_true(SSL_CTX_set_options(ctx, in test_bad_dtls()
H A Dsslapitest.c370 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_keylog()
371 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_keylog()
807 SSL_CTX_set_options(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET); in test_no_ems()
2077 SSL_CTX_set_options(sctx, s_options); in execute_test_session()
2228 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in execute_test_session()
2455 SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET); in setup_ticket_test()
3742 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int()
5875 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
5876 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
5878 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts()
[all …]
/freebsd/contrib/unbound/util/
H A Dnet_help.c1126 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in listen_sslctx_setup()
1132 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in listen_sslctx_setup()
1139 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup()
1147 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
1155 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in listen_sslctx_setup()
1173 if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) & in listen_sslctx_setup()
1180 if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) & in listen_sslctx_setup()
1386 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in connect_sslctx_create()
1393 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in connect_sslctx_create()
1401 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in connect_sslctx_create()
[all …]
/freebsd/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
58 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
H A DSSL_CTX_set_tmp_ecdh.pod38 L<SSL_CTX_set_options(3)>, L<SSL_CTX_set_tmp_dh_callback(3)>,
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
13 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t 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)
422 SSL_CTX_set_options() and SSL_set_options() return the new options bit-mask
H A DSSL_clear.pod72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
H A DSSL_shutdown.pod89 For more information see L<SSL_CTX_set_options(3)>.
164 L<SSL_CTX_set_quiet_shutdown(3)>, L<SSL_CTX_set_options(3)>
H A DSSL_CTX_new.pod198 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
231 L<SSL_CTX_set_options(3)>, L<SSL_CTX_free(3)>,
H A DSSL_new.pod121 L<SSL_CTX_set_options(3)>,
H A DSSL_CTX_set_tmp_dh_callback.pod110 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_get_error.pod59 is set. See L<SSL_CTX_set_options(3)> for more details.
/freebsd/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/contrib/sendmail/src/
H A Dtls.c1227 SSL_CTX_set_options(*ctx, SSL_OP_NO_SSLv2);
1385 SSL_CTX_set_options(*ctx, (long) options);
1491 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_DH_USE);
1502 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_ECDH_USE);
1508 SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_ECDH_USE);
/freebsd/secure/lib/libssl/
H A DVersion.map136 SSL_CTX_set_options;
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c392 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_client()
677 SSL_CTX_set_options(sslctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_exec_server()
/freebsd/crypto/openssl/apps/
H A Ds_time.c254 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
/freebsd/contrib/ntp/sntp/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/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/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c595 SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS); in rpctls_setupcl_ssl()
/freebsd/contrib/ldns/
H A Ddane.c82 SSL_CTX_set_options(ssl_ctx, flags); in ldns_dane_new_ssl_context()

12