| /freebsd/crypto/openssl/test/ |
| H A D | ssl_test.c | 419 if (!TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake() 425 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake() 436 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake() 461 || !TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake() 467 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake() 483 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
|
| H A D | clienthellotest.c | 96 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
|
| H A D | dtlstest.c | 214 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_dtls_drop_records() 317 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
|
| H A D | tls13groupselection_test.c | 411 SSL_CTX_set_options(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE); in test_groupnegotiation()
|
| H A D | sslapitest.c | 380 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_keylog() 381 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_keylog() 817 SSL_CTX_set_options(sctx, SSL_OP_NO_EXTENDED_MASTER_SECRET); in test_no_ems() 879 || !TEST_true(SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET)) in test_ccs_change_cipher() 2114 SSL_CTX_set_options(sctx, s_options); in execute_test_session() 2265 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in execute_test_session() 2491 SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET); in setup_ticket_test() 3820 SSL_CTX_set_options(sctx, SSL_OP_NO_ANTI_REPLAY); in test_early_data_replay_int() 5874 SSL_CTX_set_options(sctx, server_options); in test_tls13_no_dhe_kex() 5875 SSL_CTX_set_options(cctx, client_options); in test_tls13_no_dhe_kex() [all …]
|
| H A D | bad_dtls_test.c | 702 || !TEST_true(SSL_CTX_set_options(ctx, in test_bad_dtls()
|
| /freebsd/contrib/unbound/util/ |
| H A D | net_help.c | 1235 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in listen_sslctx_setup() 1241 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in listen_sslctx_setup() 1248 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup() 1256 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 1264 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_2) & SSL_OP_NO_TLSv1_2) in listen_sslctx_setup() 1272 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in listen_sslctx_setup() 1290 if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) & in listen_sslctx_setup() 1297 if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) & in listen_sslctx_setup() 1544 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in connect_sslctx_create() 1551 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in connect_sslctx_create() [all …]
|
| /freebsd/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 62 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
|
| H A D | COMP_CTX_new.pod | 129 See the documentation for the L<SSL_CTX_set_options(3)> and 136 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions. 169 L<BIO_new(3)>, L<SSL_CTX_set_options(3)>, L<SSL_set_options(3)>
|
| H A D | SSL_CTX_set_tmp_ecdh.pod | 38 L<SSL_CTX_set_options(3)>, L<SSL_CTX_set_tmp_dh_callback(3)>,
|
| H A D | SSL_CTX_set_options.pod | 5 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>. 52 SSL_CTX_set_options() and SSL_set_options() affect the (external) 508 SSL_CTX_set_options() and SSL_set_options() return the new options bit-mask
|
| H A D | SSL_get0_peer_rpk.pod | 84 L<SSL_CTX_set_options(3)>,
|
| H A D | SSL_clear.pod | 75 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
|
| H A D | SSL_CTX_new.pod | 200 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach 233 L<SSL_CTX_set_options(3)>, L<SSL_CTX_free(3)>, L<X509_STORE_CTX_set_default(3)>,
|
| H A D | SSL_new.pod | 124 L<SSL_CTX_set_options(3)>,
|
| H A D | SSL_CTX_set1_cert_comp_preference.pod | 144 L<SSL_CTX_set_options(3)>,
|
| /freebsd/crypto/openssl/demos/guide/ |
| H A D | tls-server-block.c | 136 SSL_CTX_set_options(ctx, opts); in main()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 563 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in setup_ctx() 567 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in setup_ctx() 572 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in setup_ctx()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | tls.c | 1227 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/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tls.c | 392 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/secure/lib/libssl/ |
| H A D | Version.map | 136 SSL_CTX_set_options;
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_time.c | 271 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
| /freebsd/contrib/ntp/sntp/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/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/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-tls-server-block.pod | 75 Next we configure some option flags, see L<SSL_CTX_set_options(3)> for details: 98 SSL_CTX_set_options(ctx, opts);
|