diff options
author | Pauli <paul.dale@oracle.com> | 2018-11-01 05:25:20 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2018-11-01 23:01:09 +0100 |
commit | 0d1f7ae3c928486120b682a6ce6efcaeb36229d6 (patch) | |
tree | fd05940e4e9ed4ba2906ce096ca3394bce78f785 /doc | |
parent | Configure: ensure empty arrays aren't created inadvertently (diff) | |
download | openssl-0d1f7ae3c928486120b682a6ce6efcaeb36229d6.tar.xz openssl-0d1f7ae3c928486120b682a6ce6efcaeb36229d6.zip |
openssl list -mac-algorithms support.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7541)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man1/list.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/list.pod b/doc/man1/list.pod index f2fd06bb1f..eeb099b697 100644 --- a/doc/man1/list.pod +++ b/doc/man1/list.pod @@ -13,6 +13,7 @@ B<openssl list> [B<-commands>] [B<-digest-commands>] [B<-digest-algorithms>] +[B<-mac-algorithms>] [B<-cipher-commands>] [B<-cipher-algorithms>] [B<-public-key-algorithms>] @@ -53,6 +54,13 @@ If a line is of the form foo => bar then B<foo> is an alias for the official algorithm name, B<bar>. +=item B<-mac-algorithms> + +Display a list of message authentication code algorithms. +If a line is of the form + foo => bar +then B<foo> is an alias for the official algorithm name, B<bar>. + =item B<-cipher-commands> Display a list of cipher commands, which are typically used as input |