Searched refs:SSL_OP_NO_COMPRESSION (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/serf/buckets/ |
| H A D | ssl_buckets.c | 1861 #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 D | ssl_conf.c | 381 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 D | ssl_lib.c | 3251 ret->options |= SSL_OP_NO_COMPRESSION | SSL_OP_ENABLE_MIDDLEBOX_COMPAT; in SSL_CTX_new()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CONF_cmd.pod | 176 B<SSL_OP_NO_COMPRESSION>. 183 B<SSL_OP_NO_COMPRESSION>. 438 of B<SSL_OP_NO_COMPRESSION>.
|
| H A D | SSL_CTX_set_options.pod | 133 =item SSL_OP_NO_COMPRESSION
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | readcf.c | 2168 #ifdef SSL_OP_NO_COMPRESSION 2169 { "SSL_OP_NO_COMPRESSION", SSL_OP_NO_COMPRESSION },
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | statem_lib.c | 1399 if (s->options & SSL_OP_NO_COMPRESSION) in ssl_allow_compression()
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1584 #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 D | ssl.h | 345 # define SSL_OP_NO_COMPRESSION 0x00020000U macro
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 1831 by calling SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION), or by
|