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>
Wed, 10 Jun 2020 11:58:26 +0000 (12:58 +0100)
commita370ff8daa31f5030fb12e298730bbecf69c7e09
tree38e3ca03481ee3a47a9623c48988e1dd861f4262
parent154ea425e647de4a497aa28c91d279aa93b3bf60
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: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11972)
test/build.info
test/cmactest.c [new file with mode: 0644]
test/recipes/05-test_cmac.t [new file with mode: 0644]