| /freebsd-14.2/crypto/openssl/test/ |
| H A D | dtls_mtu_test.c | 66 SSL_set_options(srvr_ssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in mtu_test() 212 SSL_set_options(srvr_ssl, SSL_OP_NO_QUERY_MTU); in test_server_mtu_larger_than_max_fragment_length()
|
| H A D | sslapitest.c | 1209 if (!TEST_true(SSL_set_options(clientssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1214 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1347 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls_sendfile() 1639 if (!TEST_true(SSL_set_options(serverssl, in test_large_app_data() 1641 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data() 1651 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC)) in test_large_app_data() 1652 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data() 1729 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_CLEANSE_PLAINTEXT))) in execute_cleanse_plaintext() 8860 SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in test_multiblock_write()
|
| H A D | ssl_old_test.c | 1769 SSL_set_options(c_ssl, SSL_OP_ENABLE_KTLS); in main() 1771 SSL_set_options(s_ssl, SSL_OP_ENABLE_KTLS); in main()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| 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); 29 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>. 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 D | SSL_new.pod | 56 =item any Options set via 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
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1733 SSL_set_options(conn->ssl, options); in tls_connection_init() 3114 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 3121 SSL_set_options(ssl, SSL_OP_LEGACY_SERVER_CONNECT); in tls_set_conn_flags() 3126 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 3132 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 3138 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 3144 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags() 3297 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 3298 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 4956 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround() [all …]
|
| /freebsd-14.2/secure/lib/libssl/ |
| H A D | Version.map | 345 SSL_set_options;
|
| /freebsd-14.2/crypto/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() 921 SSL_set_options(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET); in do_reneg_setup_step()
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | d1_lib.c | 847 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
| H A D | t1_enc.c | 449 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
|
| H A D | ssl_lib.c | 4982 uint64_t SSL_set_options(SSL *s, uint64_t op) in SSL_set_options() function
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libssl.num | 202 SSL_set_options 203 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | s_server.c | 2416 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body() 2431 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
|
| H A D | s_client.c | 2079 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 606 uint64_t SSL_set_options(SSL *s, uint64_t op);
|
| H A D | ssl.h.in | 583 uint64_t SSL_set_options(SSL *s, uint64_t op);
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | readcf.c | 2660 (void) SSL_set_options(ssl, (long) ssloptions);
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | migration_guide.pod | 2375 L<SSL_get_options(3)> and L<SSL_set_options(3)>.
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 4177 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 4636 SSL_set_options() or SSL_CONF's Protocol. This change also 9582 SSL_set_options(ssl, SSL_OP_NO_SSLv2) is especially recommended 18039 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); 18206 * Bugfix: SSL_set_options ignored its parameter, only SSL_CTX_set_options
|