Home
last modified time | relevance | path

Searched refs:SSL_set_options (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Drpktest.c405 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk()
406 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk()
454 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk()
455 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk()
589 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk()
590 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk()
619 SSL_set_options(serverssl, SSL_OP_NO_TICKET); in test_rpk()
620 SSL_set_options(clientssl, SSL_OP_NO_TICKET); in test_rpk()
H A Ddtls_mtu_test.c68 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 Dtls13groupselection_test.c464 SSL_set_options(serverssl, SSL_OP_CIPHER_SERVER_PREFERENCE); in test_groupnegotiation()
H A Dsslapitest.c1187 if (!TEST_true(SSL_set_options(clientssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls()
1192 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls()
1361 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls_sendfile()
1365 if (!TEST_true(SSL_set_options(serverssl, in execute_test_ktls_sendfile()
1662 if (!TEST_true(SSL_set_options(serverssl, in test_large_app_data()
1664 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data()
1674 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC)) in test_large_app_data()
1675 || !TEST_true(SSL_set_options(clientssl, in test_large_app_data()
1753 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_CLEANSE_PLAINTEXT))) in execute_cleanse_plaintext()
9387 SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in test_multiblock_write()
H A Dssl_old_test.c1781 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 Dquicapitest.c842 SSL_set_options(ssl, UINT64_MAX); in test_quic_forbidden_options()
/freebsd/crypto/openssl/doc/man3/
H A DCOMP_CTX_new.pod130 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 DSSL_CTX_set_options.pod5 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 DSSL_new.pod56 =item any Options set via L<SSL_set_options(3)>
H A DSSL_set_quic_tls_cbs.pod79 B<SSL_OP_ENABLE_MIDDLEBOX_COMPAT> option (if set). See L<SSL_set_options(3)>.
H A DSSL_CTX_new.pod200 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
H A DSSL_CTX_set1_curves.pod148 B<SSL_set_options> (default: client preference).
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c1733 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/crypto/openssl/test/helpers/
H A Dhandshake.c123 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in select_server_ctx()
187 SSL_set_options(s, SSL_CTX_get_options(new_ctx)); in client_hello_select_server_ctx()
934 SSL_set_options(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET); in do_reneg_setup_step()
/freebsd/secure/lib/libssl/
H A DVersion.map344 SSL_set_options;
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c809 SSL_set_options(ssl, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c1228 SSL_set_options(ssl, SSL_OP_NO_RENEGOTIATION); in ssl_post_record_layer_select()
/freebsd/crypto/openssl/util/
H A Dlibssl.num202 SSL_set_options 203 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/
H A Ds_server.c2522 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()
2537 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
H A Ds_client.c2245 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2660 (void) SSL_set_options(ssl, (long) ssloptions);
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md403 | `SSL_set_options` | HL | ��U | ��A | ��C\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h626 uint64_t SSL_set_options(SSL *s, uint64_t op);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c1030 SSL_set_options(ctx.qc->tls, hs_or_value); in quic_mask_or_options()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod2406 L<SSL_get_options(3)> and L<SSL_set_options(3)>.

12