/third_party/openssl/test/ |
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()
|
D | ssl_old_test.c | 1764 SSL_set_options(c_ssl, SSL_OP_ENABLE_KTLS); in main() 1766 SSL_set_options(s_ssl, SSL_OP_ENABLE_KTLS); in main()
|
D | sslapitest.c | 1196 if (!TEST_true(SSL_set_options(clientssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1201 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls() 1334 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_ENABLE_KTLS))) in execute_test_ktls_sendfile() 1553 if (!TEST_true(SSL_set_options(serverssl, SSL_OP_CLEANSE_PLAINTEXT))) in execute_cleanse_plaintext() 8555 SSL_set_options(serverssl, SSL_OP_NO_ENCRYPT_THEN_MAC); in test_multiblock_write()
|
/third_party/openssl/doc/man3/ |
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) 418 SSL_CTX_set_options() and SSL_set_options() return the new options bit-mask
|
D | SSL_new.pod | 56 =item any Options set via L<SSL_set_options(3)>
|
D | SSL_CTX_new.pod | 198 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 1580 SSL_set_options(conn->ssl, options); in tls_connection_init() 2917 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2924 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 2930 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2936 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 2942 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags() 3050 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 3051 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 4573 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround() 4964 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 1592 SSL_set_options(conn->ssl, options); in tls_connection_init() 2972 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2979 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 2985 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2991 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 2997 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags() 3123 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 3124 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 4812 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround() 5249 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 855 SSL_set_options(o_context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_spsk() 886 SSL_set_options(o_context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_cpsk() 2121 SSL_set_options (ssl, SSL_CTX_get_options (context->sni_entry_list[i].ctx)); in tls_server_name_call_back() 2221 SSL_set_options (ssl, in psk_tls_server_name_call_back() 2667 SSL_set_options(context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_pki() 2763 SSL_set_options(nssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_new_server_session() 2897 SSL_set_options(ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_new_client_session()
|
/third_party/openssl/test/helpers/ |
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() 915 SSL_set_options(peer->ssl, SSL_OP_NO_EXTENDED_MASTER_SECRET); in do_reneg_setup_step()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 1717 unsigned long SSL_set_options(SSL *ssl, unsigned long op);
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 703 unsigned long SSL_set_options(SSL *ssl, unsigned long op) in SSL_set_options() function
|
/third_party/openssl/ssl/ |
D | d1_lib.c | 830 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
D | t1_enc.c | 504 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
|
D | ssl_lib.c | 4945 uint64_t SSL_set_options(SSL *s, uint64_t op) in SSL_set_options() function
|
/third_party/nghttp2/src/ |
D | shrpx_quic_connection_handler.cc | 425 SSL_set_options(ssl, SSL_OP_NO_TICKET); in handle_new_connection()
|
D | shrpx_connection.cc | 392 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_handshake()
|
D | shrpx_tls.cc | 1728 SSL_set_options(ssl, SSL_OP_NO_TICKET); in accept_connection()
|
/third_party/openssl/util/ |
D | libssl.num | 202 SSL_set_options 203 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/apps/ |
D | s_server.c | 2410 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body() 2425 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
|
D | s_client.c | 2079 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 588 unsigned long SSL_set_options(SSL *s, unsigned long op);
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 583 uint64_t SSL_set_options(SSL *s, uint64_t op);
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 2304 L<SSL_get_options(3)> and L<SSL_set_options(3)>.
|
/third_party/openssl/ |
D | CHANGES.md | 4236 SSL_set_options() or SSL_CONF's Protocol. This change also 9182 SSL_set_options(ssl, SSL_OP_NO_SSLv2) is especially recommended 17639 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE); 17806 * Bugfix: SSL_set_options ignored its parameter, only SSL_CTX_set_options
|