summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-10-07 12:19:04 +1000
committerPauli <paul.dale@oracle.com>2020-10-16 10:33:38 +1000
commitf4bd510503071e20472032dc9d053810a1937e95 (patch)
tree6e681cd5827486c24356c75b4d0cfcd827255908 /doc
parent994a924b3c28780b2a7ba8662a9544abcdfab8b0 (diff)
list: add a -provider-info option.
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13084)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-list.pod.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man1/openssl-list.pod.in b/doc/man1/openssl-list.pod.in
index 3493fad843..45e58da870 100644
--- a/doc/man1/openssl-list.pod.in
+++ b/doc/man1/openssl-list.pod.in
@@ -29,6 +29,7 @@ B<openssl list>
[B<-asymcipher-algorithms>]
[B<-public-key-algorithms>]
[B<-public-key-methods>]
+[B<-providers>]
{- output_off() if $disabled{"deprecated-3.0"}; ""
-}[B<-engines>]
{- output_on() if $disabled{"deprecated-3.0"}; ""
@@ -143,6 +144,14 @@ Display a list of signature algorithms.
Display a list of asymmetric cipher algorithms.
+=item B<-providers>
+
+Display a list of all loaded providers with their names, version and status.
+
+In verbose mode, the full version and all provider parameters will additionally
+be displayed.
+
+
=item B<-engines>
This option is deprecated.