| /freebsd/crypto/openssl/test/ |
| H A D | rpktest.c | 461 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 462 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk() 510 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 511 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk() 645 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk() 646 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 675 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk() 676 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk()
|
| H A D | dtls_mtu_test.c | 68 SSL_set_options(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in mtu_test() 216 SSL_set_options(srvr_ssl, SSL_OP_NO_QUERY_MTU); in test_server_mtu_larger_than_max_fragment_length()
|
| H A D | tls13groupselection_test.c | 455 SSL_set_options(serverssl, SSL_OP_CIPHER_SERVER_PREFERENCE); in test_groupnegotiation()
|
| H A D | sslapitest.c | 1193 if (!TEST_true(SSL_set_options(clientssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1198 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1366 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls_sendfile() 1370 if (!TEST_true(SSL_set_options(serverssl, in execute_test_ktls_sendfile() 1496 if (!TEST_true(SSL_set_options(clientssl, SSL_OP_ENABLE_KTLS))) in test_ktls_moving_write_buffer() 1806 if (!TEST_true(SSL_set_options(serverssl, in test_large_app_data() 1808 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data() 1818 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC)) in test_large_app_data() 1819 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data() 1897 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_CLEANSE_PLAINTEXT))) in execute_cleanse_plaintext() [all …]
|
| H A D | ssl_old_test.c | 1765 SSL_set_options(c_ssl, SSL_OP_ENABLE_KTLS); in main() 1767 SSL_set_options(s_ssl, SSL_OP_ENABLE_KTLS); in main()
|
| H A D | quicapitest.c | 764 SSL_set_options(ssl, UINT64_MAX); in test_quic_forbidden_options()
|
| /freebsd/crypto/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_set_quic_tls_cbs.pod | 84 B<SSL_OP_ENABLE_MIDDLEBOX_COMPAT> option (if set). See L<SSL_set_options(3)>.
|
| H A D | SSL_CTX_new.pod | 200 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
|
| H A D | SSL_CTX_set1_curves.pod | 197 B<SSL_set_options> (default: client preference).
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 2016 SSL_set_options(conn->ssl, options); 3472 SSL_set_options(ssl, SSL_OP_NO_TICKET); 3479 SSL_set_options(ssl, SSL_OP_LEGACY_SERVER_CONNECT); 3484 SSL_set_options(ssl, SSL_OP_NO_TLSv1); 3490 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); 3496 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); 3502 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); 3655 SSL_set_options(ssl, SSL_OP_NO_TLSv1); 3656 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); 5319 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); [all …]
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | handshake.c | 121 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in select_server_ctx() 184 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in client_hello_select_server_ctx() 931 SSL_set_options(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET); in do_reneg_setup_step()
|
| /freebsd/secure/lib/libssl/ |
| H A D | Version.map | 344 SSL_set_options;
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | d1_lib.c | 804 SSL_set_options(ssl, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
| /freebsd/crypto/openssl/ssl/record/ |
| H A D | rec_layer_s3.c | 1230 SSL_set_options(ssl, SSL_OP_NO_RENEGOTIATION); in ssl_post_record_layer_select()
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 202 SSL_set_options 203 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_server.c | 2624 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body() 2639 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
|
| H A D | s_client.c | 2333 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 403 | `SSL_set_options` | HL | U | A | C\* | Done …
|
| /freebsd/contrib/sendmail/src/ |
| H A D | readcf.c | 2660 (void) SSL_set_options(ssl, (long) ssloptions);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 628 uint64_t SSL_set_options(SSL *s, uint64_t op);
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 1038 SSL_set_options(ctx.qc->tls, hs_or_value); in quic_mask_or_options()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 2406 L<SSL_get_options(3)> and L<SSL_set_options(3)>.
|