mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
OpenSSL option compress allows to disable compression
This commit is contained in:
parent
9e0c4e1df5
commit
7e3386f228
10 changed files with 244 additions and 8 deletions
|
@ -10,7 +10,7 @@ def(Filan)(0)(bf(Filan))
|
|||
def(procan)(0)(bf(procan))
|
||||
def(Procan)(0)(bf(Procan))
|
||||
|
||||
manpage(socat)(1)(Jan 2010)()()
|
||||
manpage(socat)(1)(Oct 2010)()()
|
||||
|
||||
whenhtml(
|
||||
label(CONTENTS)
|
||||
|
@ -2665,6 +2665,13 @@ label(OPTION_OPENSSL_FIPS)dit(bf(tt(fips)))
|
|||
This mode might require that the involved certificates are generated with a
|
||||
FIPS enabled version of openssl. Setting or clearing this option on one
|
||||
socat address affects all OpenSSL addresses of this process.
|
||||
label(OPTION_OPENSSL_COMPRESS)dit(bf(tt(compress)))
|
||||
Enable or disable the use of compression for a connection. Setting this to
|
||||
"none" disables compression, setting it to "auto" lets OpenSSL choose the best
|
||||
available algorithm supported by both parties. The default is to not touch any
|
||||
compression-related settings.
|
||||
NOTE: Requires OpenSSL 0.9.8 or higher and disabling compression with
|
||||
OpenSSL 0.9.8 affects all new connections in the process.
|
||||
enddit()
|
||||
|
||||
startdit()enddit()nl()
|
||||
|
|
19
doc/xio.help
19
doc/xio.help
|
@ -1,5 +1,5 @@
|
|||
# source: xio.help
|
||||
# Copyright Gerhard Rieger 2001-2007
|
||||
# Copyright Gerhard Rieger 2001-2010
|
||||
|
||||
Operating systems:
|
||||
|
||||
|
@ -4610,6 +4610,23 @@ FIPS enabled version of openssl. Setting or clearing this option on one
|
|||
socat address affects all OpenSSL addresses of this process.
|
||||
|
||||
|
||||
Option: openssl-compress
|
||||
Aliases: compress
|
||||
|
||||
Type: STRING
|
||||
Option group: OPENSSL
|
||||
Phase: SPEC
|
||||
Platforms: (depends on openssl installation)
|
||||
|
||||
Enable or disable the use of compression for a connection. Setting this to
|
||||
"none" disables compression, setting it to "auto" lets OpenSSL choose the best
|
||||
available algorithm supported by both parties. The default is to not touch any
|
||||
compression-related settings.
|
||||
NOTE: Requires OpenSSL 0.9.8 or higher.
|
||||
NOTE: Disabling compression with OpenSSL 0.9.8 affects all new connections in
|
||||
the same process.
|
||||
|
||||
|
||||
===============================================================================
|
||||
Application specific address options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue