Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_COMPRESSION (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/serf/buckets/
HDssl_buckets.c1773 #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()
/NextBSD/crypto/openssl/ssl/
HDssl_conf.c200 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()
HDs3_both.c668 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()
HDs23_clnt.c528 if ((s->options & SSL_OP_NO_COMPRESSION) in ssl23_client_hello()
HDs3_clnt.c853 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()
HDs3_srvr.c1305 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()
HDssl.h623 # define SSL_OP_NO_COMPRESSION 0x00020000L macro
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CONF_cmd.pod280 of B<SSL_OP_NO_COMPRESSION>.
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c1145 #ifdef SSL_OP_NO_COMPRESSION in tls_connection_init()
1146 options |= SSL_OP_NO_COMPRESSION; in tls_connection_init()