From 06565f36e78e6155834875ad544bb48838a812e4 Mon Sep 17 00:00:00 2001 From: rkarmaka98 <130791740+rkarmaka98@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:11:01 +0000 Subject: 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 Reviewed-by: Paul Dale Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20834) --- doc/man1/openssl.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index 3129967307..c874cca0b7 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -584,6 +584,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 options. +The B options do not work with B and B commands but work with +B and B commands. =item B<-dtls>, B<-dtls1>, B<-dtls1_2> -- cgit v1.2.1