/openssl/test/ |
H A D | ssl_test.c | 419 if (!TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake() 427 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake() 438 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake() 463 || !TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake() 471 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake() 487 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
|
H A D | clienthellotest.c | 119 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
|
H A D | dtlstest.c | 219 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 D | bad_dtls_test.c | 501 || !TEST_true(SSL_CTX_set_options(ctx, in test_bad_dtls()
|
H A D | sslapitest.c | 370 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() 2105 SSL_CTX_set_options(sctx, s_options); in execute_test_session() 2256 SSL_CTX_set_options(sctx, SSL_OP_NO_TICKET); in execute_test_session() 2482 SSL_CTX_set_options(*sctx, SSL_OP_NO_TICKET); in setup_ticket_test() 5772 SSL_CTX_set_options(sctx, server_options); in test_tls13_no_dhe_kex() 5773 SSL_CTX_set_options(cctx, client_options); in test_tls13_no_dhe_kex() 5808 SSL_CTX_set_options(cctx, client_options); in test_tls13_no_dhe_kex() 6133 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_custom_exts() 6134 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_custom_exts() [all …]
|
H A D | ssl_old_test.c | 1416 SSL_CTX_set_options(c_ctx, SSL_OP_NO_TICKET); in main() 1417 SSL_CTX_set_options(s_ctx, SSL_OP_NO_TICKET); in main()
|
/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 61 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_get0_peer_rpk.pod | 84 L<SSL_CTX_set_options(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_clear.pod | 75 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
|
H A D | SSL_CTX_new.pod | 198 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 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)>,
|
H A D | SSL_CTX_set_tmp_dh_callback.pod | 110 L<SSL_CTX_set_options(3)>,
|
H A D | SSL_read_early_data.pod | 304 selected (see L<SSL_CTX_set_options(3)>). Sessions will be added to the cache 330 using the B<SSL_OP_NO_ANTI_REPLAY> option. See L<SSL_CTX_set_options(3)> for
|
H A D | SSL_get_error.pod | 59 is set. See L<SSL_CTX_set_options(3)> for more details.
|
H A D | SSL_shutdown.pod | 193 L<SSL_CTX_set_options(3)>. 422 L<SSL_CTX_set_quiet_shutdown(3)>, L<SSL_CTX_set_options(3)>
|
H A D | SSL_CONF_cmd.pod | 501 See the L<SSL_CTX_set_options(3)> function for more details of 793 L<SSL_CTX_set_options(3)>
|
/openssl/demos/guide/ |
H A D | tls-server-block.c | 136 SSL_CTX_set_options(ctx, opts); in main()
|
/openssl/apps/ |
H A D | s_time.c | 253 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
H A D | s_server.c | 1980 SSL_CTX_set_options(ctx, SSL_OP_DISABLE_TLSEXT_CA_NAMES); in s_server_main() 1984 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_server_main() 1987 SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS); in s_server_main() 1989 SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS_TX_ZEROCOPY_SENDFILE); in s_server_main()
|
/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);
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 925 || !TEST_true(SSL_CTX_set_options(serverctx, in create_ssl_ctx_pair()
|