]> git.ipfire.org Git - thirdparty/openssl.git/commit
Extend test_CMAC_keygen in evp_extra_test
authorMatt Caswell <matt@openssl.org>
Wed, 12 Aug 2020 13:41:12 +0000 (14:41 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 29 Aug 2020 07:40:11 +0000 (17:40 +1000)
commite5bc0ce2aed293f6356d1702a766f418526890e5
tree1df9d2337afcb77459f81765863802829dbdf421
parent2cf765e5a20762df1442c80cd2afc99e8bb1b823
Extend test_CMAC_keygen in evp_extra_test

The test only setup the generation of a key. It did not complete that
generation. We extend the test to complete the generation and to use the
generated key. We also compare the result with a key generated in a
different way.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12637)
test/evp_extra_test.c