Add a CMAC test
authorMatt Caswell <matt@openssl.org>
Wed, 27 May 2020 10:40:24 +0000 (11:40 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Jun 2020 10:41:23 +0000 (11:41 +0100)
commit19b4fe5844b71620c87de2ffb8734c99d833f636
tree13948154f31d1c598ddfc53f1ea35ae3e9ebf52e
parentce7bd71a428b0907958beb6dfa71681e751b33d1
Add a CMAC test

We did not have a test of the low level CMAC APIs so we add one. This is
heavily based on the HMAC test.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12107)
test/build.info
test/cmactest.c [new file with mode: 0644]
test/recipes/05-test_cmac.t [new file with mode: 0644]