summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-list.pod.in
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-06-25 10:40:20 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:26 +0200
commit0a684b09d8911a5849744f2de90e81ae07bd59fb (patch)
tree8fcd75a6e7b9ca1dde9607bcc09e282d05ed1050 /doc/man1/openssl-list.pod.in
parent910b71cf47266233fcb0a46d3e742e1a0834069f (diff)
apps/list: deprecate engine support
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'doc/man1/openssl-list.pod.in')
-rw-r--r--doc/man1/openssl-list.pod.in23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/man1/openssl-list.pod.in b/doc/man1/openssl-list.pod.in
index 1eb62d3feb..4cceb2ba0d 100644
--- a/doc/man1/openssl-list.pod.in
+++ b/doc/man1/openssl-list.pod.in
@@ -21,7 +21,10 @@ B<openssl list>
[B<-cipher-algorithms>]
[B<-public-key-algorithms>]
[B<-public-key-methods>]
-[B<-engines>]
+
+{- output_off() if $disabled{"deprecated-3.0"}; ""
+-}[B<-engines>]{-
+ output_on() if $disabled{"deprecated-3.0"}; "" -}
[B<-disabled>]
[B<-objects>]
[B<-options> I<command>]
@@ -92,11 +95,15 @@ a block of multiple lines, all but the first are indented.
=item B<-public-key-methods>
Display a list of public key method OIDs.
-
-=item B<-engines>
-
-Display a list of loaded engines.
-
+{- if (!$disabled{"deprecated-3.0"}) {
+ "\n"
+ . "=item B<-engines>\n"
+ . "\n"
+ . "This option is deprecated.\n"
+ . "\n"
+ . "Display a list of loaded engines.\n"
+ }
+-}
=item B<-disabled>
Display a list of disabled features, those that were compiled out
@@ -146,6 +153,10 @@ In both cases, C<bar> is the name of the provider.
=back
+=head1 HISTORY
+
+The B<-engines> option was deprecated in OpenSSL 3.0.
+
=head1 COPYRIGHT
Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.