summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-list.pod.in
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-21 17:40:19 +1000
committerPauli <paul.dale@oracle.com>2020-07-22 20:19:01 +1000
commit7b9f218838ad93ab6b8dd9cd4545703839ec037a (patch)
tree63476c5776f88e4b8a64664e5e5eaa4db8b0f765 /doc/man1/openssl-list.pod.in
parent41bbba537598522daaf8369778de6d1225a4998e (diff)
document the deprecation of the '-public-key-methods' option to list
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11082)
Diffstat (limited to 'doc/man1/openssl-list.pod.in')
-rw-r--r--doc/man1/openssl-list.pod.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/man1/openssl-list.pod.in b/doc/man1/openssl-list.pod.in
index 527e96a084..e13b6c34cf 100644
--- a/doc/man1/openssl-list.pod.in
+++ b/doc/man1/openssl-list.pod.in
@@ -20,11 +20,11 @@ B<openssl list>
[B<-cipher-commands>]
[B<-cipher-algorithms>]
[B<-public-key-algorithms>]
-[B<-public-key-methods>]
-{- output_off() if $disabled{"deprecated-3.0"}; "" -}
+{- output_off() if $disabled{"deprecated-3.0"}; ""
+-}[B<-public-key-methods>]
[B<-engines>]
-{- output_on() if $disabled{"deprecated-3.0"}; "" -}
-[B<-disabled>]
+{- output_on() if $disabled{"deprecated-3.0"}; ""
+-}[B<-disabled>]
[B<-objects>]
[B<-options> I<command>]
{- $OpenSSL::safe::opt_provider_synopsis -}
@@ -90,11 +90,13 @@ information on what parameters each implementation supports.
Display a list of public key algorithms, with each algorithm as
a block of multiple lines, all but the first are indented.
+{- output_off() if $disabled{"deprecated-3.0"}; "" -}
=item B<-public-key-methods>
+This option is deprecated.
+
Display a list of public key method OIDs.
-{- output_off() if $disabled{"deprecated-3.0"}; "" -}
=item B<-engines>
@@ -154,7 +156,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> and B<-public-key-methods> options were deprecated in
+OpenSSL 3.0.
=head1 COPYRIGHT