Searched refs:SSL_OP_NO_COMPRESSION (Results 1 – 9 of 9) sorted by relevance
1773 #ifdef SSL_OP_NO_COMPRESSION in disable_compression()1774 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_NO_COMPRESSION); in disable_compression()1781 #ifdef SSL_OP_NO_COMPRESSION in serf_ssl_use_compression()1782 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()1786 #ifdef SSL_OP_NO_COMPRESSION in serf_ssl_use_compression()1787 SSL_set_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
200 SSL_FLAG_TBL("no_comp", SSL_OP_NO_COMPRESSION), in ctrl_str_option()347 SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION), in cmd_Options()
668 if (!(s->options & SSL_OP_NO_COMPRESSION)) in ssl3_setup_read_buffer()703 if (!(s->options & SSL_OP_NO_COMPRESSION)) in ssl3_setup_write_buffer()
528 if ((s->options & SSL_OP_NO_COMPRESSION) in ssl23_client_hello()
853 if ((s->options & SSL_OP_NO_COMPRESSION) in ssl3_client_hello()1132 else if (s->options & SSL_OP_NO_COMPRESSION) { in ssl3_get_server_hello()
1305 if (s->options & SSL_OP_NO_COMPRESSION) { in ssl3_get_client_hello()1336 else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods) { in ssl3_get_client_hello()
623 # define SSL_OP_NO_COMPRESSION 0x00020000L macro
280 of B<SSL_OP_NO_COMPRESSION>.
1145 #ifdef SSL_OP_NO_COMPRESSION in tls_connection_init()1146 options |= SSL_OP_NO_COMPRESSION; in tls_connection_init()