Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c1861 #ifdef SSL_OP_NO_COMPRESSION in disable_compression()
1862 SSL_CTX_set_options(ssl_ctx->ctx, SSL_OP_NO_COMPRESSION); in disable_compression()
1869 #ifdef SSL_OP_NO_COMPRESSION in serf_ssl_use_compression()
1870 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
1874 #ifdef SSL_OP_NO_COMPRESSION in serf_ssl_use_compression()
1875 SSL_set_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_conf.c381 SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION), in cmd_Options()
696 {SSL_OP_NO_COMPRESSION, 0}, /* no_comp */
697 {SSL_OP_NO_COMPRESSION, SSL_TFLAG_INV}, /* comp */
H A Dssl_lib.c3251 ret->options |= SSL_OP_NO_COMPRESSION | SSL_OP_ENABLE_MIDDLEBOX_COMPAT; in SSL_CTX_new()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CONF_cmd.pod176 B<SSL_OP_NO_COMPRESSION>.
183 B<SSL_OP_NO_COMPRESSION>.
438 of B<SSL_OP_NO_COMPRESSION>.
H A DSSL_CTX_set_options.pod133 =item SSL_OP_NO_COMPRESSION
/freebsd-13.1/contrib/sendmail/src/
H A Dreadcf.c2168 #ifdef SSL_OP_NO_COMPRESSION
2169 { "SSL_OP_NO_COMPRESSION", SSL_OP_NO_COMPRESSION },
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1399 if (s->options & SSL_OP_NO_COMPRESSION) in ssl_allow_compression()
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1584 #ifdef SSL_OP_NO_COMPRESSION in tls_connection_init()
1585 options |= SSL_OP_NO_COMPRESSION; in tls_connection_init()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h345 # define SSL_OP_NO_COMPRESSION 0x00020000U macro
/freebsd-13.1/crypto/openssl/
H A DCHANGES1831 by calling SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION), or by