Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1_3 options
authorrkarmaka98 <130791740+rkarmaka98@users.noreply.github.com>
Wed, 26 Apr 2023 08:11:01 +0000 (08:11 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Apr 2023 12:07:03 +0000 (14:07 +0200)
Fixes #19014

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20834)

(cherry picked from commit 06565f36e78e6155834875ad544bb48838a812e4)

doc/man1/openssl.pod

index cca94a4fa417eb2d35f7dbb07f3e6d6dc6f2f81b..0081e56de7828cffef7a34f3acfa5c759b9c1d68 100644 (file)
@@ -568,6 +568,8 @@ When a specific TLS version is required, only that version will be offered or
 accepted.
 Only one specific protocol can be given and it cannot be combined with any of
 the B<no_> options.
+The B<no_*> options do not work with B<s_time> and B<ciphers> commands but work with
+B<s_client> and B<s_server> commands.
 
 =item B<-dtls>, B<-dtls1>, B<-dtls1_2>