From: rkarmaka98 <130791740+rkarmaka98@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:11:01 +0000 (+0000) Subject: Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1_3 options X-Git-Tag: openssl-3.2.0-alpha1~948 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06565f36e78e6155834875ad544bb48838a812e4;p=thirdparty%2Fopenssl.git 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) --- diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index 31299673079..c874cca0b73 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>