From: Dmitry Belyavskiy Date: Fri, 11 Dec 2020 05:13:41 +0000 (+0100) Subject: Documenting the options deprecating X-Git-Tag: openssl-3.0.0-alpha10~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce7579d7dd2060ac43c6c621b018b65af10bff0;p=thirdparty%2Fopenssl.git Documenting the options deprecating Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13669) --- diff --git a/doc/man1/openssl-list.pod.in b/doc/man1/openssl-list.pod.in index 7d7ba6504e0..b06478e7113 100644 --- a/doc/man1/openssl-list.pod.in +++ b/doc/man1/openssl-list.pod.in @@ -14,13 +14,17 @@ B [B<-1>] [B<-commands>] [B<-digest-commands>] -[B<-digest-algorithms>] -[B<-kdf-algorithms>] +{- output_off() if $disabled{"deprecated-3.0"}; "" +-}[B<-digest-algorithms>] +{- output_on() if $disabled{"deprecated-3.0"}; "" +-}[B<-kdf-algorithms>] [B<-mac-algorithms>] [B<-random-generators>] [B<-cipher-commands>] -[B<-cipher-algorithms>] -[B<-encoders>] +{- output_off() if $disabled{"deprecated-3.0"}; "" +-}[B<-cipher-algorithms>] +{- output_on() if $disabled{"deprecated-3.0"}; "" +-}[B<-encoders>] [B<-decoders>] [B<-key-managers>] [B<-key-exchange-algorithms>] @@ -71,13 +75,17 @@ Display a list of standard commands. =item B<-digest-commands> +This option is deprecated. Use B instead. + Display a list of message digest commands, which are typically used as input to the L or L commands. =item B<-cipher-commands> +This option is deprecated. Use B instead. + Display a list of cipher commands, which are typically used as input -to the L or L commands. +to the L or L commands. =item B<-digest-algorithms>, B<-kdf-algorithms>, B<-mac-algorithms>, B<-cipher-algorithms> @@ -209,7 +217,8 @@ In both cases, C is the name of the provider. =head1 HISTORY -The B<-engines> option was deprecated in OpenSSL 3.0. +The B<-engines>, B<-digest-commands>, and B<-cipher-commands> options +were deprecated in OpenSSL 3.0. =head1 COPYRIGHT