Searched refs:SSL_set_options (Results 1 – 21 of 21) sorted by relevance
/openssl/test/ |
H A D | rpktest.c | 394 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 395 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk() 443 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 444 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk() 558 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk() 559 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 588 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 589 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk()
|
H A D | dtls_mtu_test.c | 67 SSL_set_options(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in mtu_test() 215 SSL_set_options(srvr_ssl, SSL_OP_NO_QUERY_MTU); in test_server_mtu_larger_than_max_fragment_length()
|
H A D | sslapitest.c | 1184 if (!TEST_true(SSL_set_options(clientssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1189 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1358 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls_sendfile() 1362 if (!TEST_true(SSL_set_options(serverssl, in execute_test_ktls_sendfile() 1659 if (!TEST_true(SSL_set_options(serverssl, in test_large_app_data() 1661 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data() 1671 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC)) in test_large_app_data() 1672 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data() 1750 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_CLEANSE_PLAINTEXT))) in execute_cleanse_plaintext() 9288 SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in test_multiblock_write()
|
H A D | ssl_old_test.c | 1781 SSL_set_options(c_ssl, SSL_OP_ENABLE_KTLS); in main() 1783 SSL_set_options(s_ssl, SSL_OP_ENABLE_KTLS); in main()
|
H A D | quicapitest.c | 696 SSL_set_options(ssl, UINT64_MAX); in test_quic_forbidden_options()
|
/openssl/doc/man3/ |
H A D | COMP_CTX_new.pod | 130 L<SSL_set_options(3)> functions. 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_options.pod | 5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, 14 uint64_t SSL_set_options(SSL *ssl, uint64_t options); 30 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>. 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_new.pod | 56 =item any Options set via L<SSL_set_options(3)>
|
H A D | SSL_CTX_new.pod | 198 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
|
/openssl/test/helpers/ |
H A D | handshake.c | 122 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in select_server_ctx() 186 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in client_hello_select_server_ctx() 933 SSL_set_options(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET); in do_reneg_setup_step()
|
/openssl/ssl/ |
H A D | d1_lib.c | 808 SSL_set_options(ssl, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
H A D | ssl_lib.c | 6166 uint64_t SSL_set_options(SSL *s, uint64_t op) in SSL_set_options() function
|
/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1222 SSL_set_options(ssl, SSL_OP_NO_RENEGOTIATION); in ssl_post_record_layer_select()
|
/openssl/util/ |
H A D | libssl.num | 202 SSL_set_options 203 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/ |
H A D | s_server.c | 2520 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body() 2535 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
|
H A D | s_client.c | 2244 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
|
/openssl/ssl/quic/ |
H A D | quic_impl.c | 749 SSL_set_options(ctx.qc->tls, hs_or_value); in quic_mask_or_options()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 403 | `SSL_set_options` | HL | U | A | C\* | Done …
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 2396 L<SSL_get_options(3)> and L<SSL_set_options(3)>.
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 603 uint64_t SSL_set_options(SSL *s, uint64_t op);
|
/openssl/ |
H A D | CHANGES.md | 5611 SSL_set_options() or SSL_CONF's Protocol. This change also 10557 SSL_set_options(ssl, SSL_OP_NO_SSLv2) is especially recommended 19014 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); 19181 * Bugfix: SSL_set_options ignored its parameter, only SSL_CTX_set_options
|
Completed in 229 milliseconds