summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrkarmaka98 <130791740+rkarmaka98@users.noreply.github.com>2023-04-26 08:11:01 +0000
committerTomas Mraz <tomas@openssl.org>2023-04-28 14:07:12 +0200
commitb64b846dc86ad3d6f1c562056c2f4bef3beb9be8 (patch)
treeb56bf5ecdc8fc1c0d15a01b1b16c0c01efe5cd79
parent04e85be944e8fb67b66642bfad7a7b0abf990d97 (diff)
downloadopenssl-new-b64b846dc86ad3d6f1c562056c2f4bef3beb9be8.tar.gz
Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1_3 options
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)
-rw-r--r--doc/man1/openssl.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index 869e8e5ad8..1b6dda4b59 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -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>