]> git.ipfire.org Git - thirdparty/openssl.git/commit
Improve the documentation on TLS record compression
authorMatt Caswell <matt@openssl.org>
Wed, 20 Dec 2023 10:07:39 +0000 (10:07 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 22 Dec 2023 09:00:19 +0000 (09:00 +0000)
commit2462e431ffe75027f253d8f1aab44ba09129c628
treed0afc45b71086507e3c53bde230c3c48ce5dfbdf
parent1d61a03794326fc4e4605e98343b784058cb453e
Improve the documentation on TLS record compression

TLS record compression is off by default. Even if you switch it on, it
cannot be used at security level 2 which is the default in OpenSSL 3.2 and
above. Update the docs to point this out.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23104)
doc/man1/openssl-s_client.pod.in
doc/man1/openssl-s_server.pod.in
doc/man3/COMP_CTX_new.pod
doc/man3/SSL_CONF_cmd.pod
doc/man3/SSL_CTX_set_options.pod