diff options
author | Pauli <paul.dale@oracle.com> | 2020-10-07 04:19:04 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-10-16 02:33:38 +0200 |
commit | f4bd510503071e20472032dc9d053810a1937e95 (patch) | |
tree | 6e681cd5827486c24356c75b4d0cfcd827255908 /doc/man1/openssl-list.pod.in | |
parent | null prov: fix gettable param array type. (diff) | |
download | openssl-f4bd510503071e20472032dc9d053810a1937e95.tar.xz openssl-f4bd510503071e20472032dc9d053810a1937e95.zip |
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/man1/openssl-list.pod.in')
-rw-r--r-- | doc/man1/openssl-list.pod.in | 9 |
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. |