apps: add mac, cipher and digest arguments to the kdf applet.
authorPauli <pauli@openssl.org>
Fri, 7 May 2021 06:58:16 +0000 (16:58 +1000)
committerPauli <pauli@openssl.org>
Sat, 8 May 2021 12:13:49 +0000 (22:13 +1000)
commita1230dea4d255a1ea27b18af7a178fe2501e7dad
tree769478691cbd7338dce2def853e5e8c5e7bb1aae
parent839261592ca447aa083403cee7b0ced97cef6159
apps: add mac, cipher and digest arguments to the kdf applet.

This adds -digest, -mac and -cipher which correspond to -kdfopt digest: and
-kdfopt mac: and -kdfopt cipher: respectively.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15190)
apps/kdf.c
doc/man1/openssl-kdf.pod.in
test/recipes/20-test_kdf.t