Documenting the options deprecating
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 11 Dec 2020 05:13:41 +0000 (06:13 +0100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Tue, 15 Dec 2020 03:39:58 +0000 (04:39 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13669)

doc/man1/openssl-list.pod.in

index 7d7ba6504e0cdd5d6891801e4dd5cada9d7a8642..b06478e7113d586444509ecff455bb00deddfc53 100644 (file)
@@ -14,13 +14,17 @@ B<openssl list>
 [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<digest-algorithms> instead.
+
 Display a list of message digest commands, which are typically used
 as input to the L<openssl-dgst(1)> or L<openssl-speed(1)> commands.
 
 =item B<-cipher-commands>
 
+This option is deprecated. Use B<cipher-algorithms> instead.
+
 Display a list of cipher commands, which are typically used as input
-to the L<openssl-dgst(1)> or L<openssl-speed(1)> commands.
+to the L<openssl-enc(1)> or L<openssl-speed(1)> commands.
 
 =item B<-digest-algorithms>, B<-kdf-algorithms>, B<-mac-algorithms>,
 B<-cipher-algorithms>
@@ -209,7 +217,8 @@ In both cases, C<bar> 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