]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/mac: Add digest and cipher command line options
authorPauli <pauli@openssl.org>
Fri, 7 May 2021 05:48:27 +0000 (15:48 +1000)
committerPauli <pauli@openssl.org>
Sat, 8 May 2021 12:15:56 +0000 (22:15 +1000)
commit0f4fb64785dbdb074b6a0e7f415697ad74596c0c
tree93b86d5852486eed4eda769440686a71b0258466
parent29f5727b83c4ec26ff8e183c1b0dc707a3719588
apps/mac: Add digest and cipher command line options

Add -cipher and -digest as short forms of -macopt cipher: and -macopt digest:
respectively.

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