Add an EVP demo for HMAC
authorDaniel Fiala <daniel@openssl.org>
Thu, 7 Jul 2022 06:55:06 +0000 (08:55 +0200)
committerPauli <pauli@openssl.org>
Sun, 10 Jul 2022 23:23:51 +0000 (09:23 +1000)
commite269d8af79de7b0dcc1b72687eed340cc3822a9e
treeb4b016dbefb6e7c4c3e9238b1c0ef76cf8a1c9d6
parent12e488367d34657a5c0e1bc322e66c48463d2a0c
Add an EVP demo for HMAC

Fixes openssl#14109

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18752)
demos/mac/Makefile
demos/mac/hmac-sha512.c [new file with mode: 0644]