From b4dca02940ce040305a9ca95896ccb65f43ec29c Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 2 Sep 2019 13:58:42 +1000 Subject: [PATCH] Update KDF documentation (section 1) Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9662) --- doc/man1/openssl-kdf.pod | 14 +++++++------- doc/man1/openssl-list.pod | 10 ++++++++-- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/doc/man1/openssl-kdf.pod b/doc/man1/openssl-kdf.pod index e85157104e..a2b0f25d25 100644 --- a/doc/man1/openssl-kdf.pod +++ b/doc/man1/openssl-kdf.pod @@ -144,13 +144,13 @@ used when building OpenSSL. L, L -L, -L -L -L -L -L -L +L, +L +L +L +L +L +L =head1 HISTORY diff --git a/doc/man1/openssl-list.pod b/doc/man1/openssl-list.pod index a098f26605..28daa80ead 100644 --- a/doc/man1/openssl-list.pod +++ b/doc/man1/openssl-list.pod @@ -13,6 +13,7 @@ B [B<-commands>] [B<-digest-commands>] [B<-digest-algorithms>] +[B<-kdf-algorithms>] [B<-mac-algorithms>] [B<-cipher-commands>] [B<-cipher-algorithms>] @@ -64,6 +65,12 @@ B. In verbose mode, the algorithms provided by a provider will get additional information on what parameters each implementation supports. +=item B<-kdf-algorithms> + +Display a list of key derivation function algorithms. +If a line is of the form C bar> then B is an alias for the +official algorithm name, B. + =item B<-mac-algorithms> Display a list of message authentication code algorithms. @@ -93,8 +100,7 @@ a block of multiple lines, all but the first are indented. =item B<-public-key-methods> -Display a list of public key method OIDs: this also includes public key methods -without an associated ASN.1 method, for example, KDF algorithms. +Display a list of public key method OIDs. =item B<-engines> -- 2.25.1