openssl app for macs that uses the new EVP_MAC interface (the code inside dgst uses...
authorShane Lontis <shane.lontis@oracle.com>
Tue, 20 Nov 2018 00:45:44 +0000 (10:45 +1000)
committerMatt Caswell <matt@openssl.org>
Mon, 11 Mar 2019 12:44:56 +0000 (12:44 +0000)
commit4d768e966ff9a9777b2b4a79f85a737ab2ded666
treeb78074530e045cb51212a08639bbca7358eb9061
parent1b1ff9b94d5cfa7879ef6a1a4101fe4db9cb9a9c
openssl app for macs that uses the new EVP_MAC interface (the code inside dgst uses EVP_PKEY)

Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7661)
apps/build.info
apps/mac.c [new file with mode: 0644]
doc/man1/mac.pod [new file with mode: 0644]
doc/man1/openssl.pod
test/recipes/20-test_mac.t [new file with mode: 0644]