Add the NIST CAVS test vectors for CCM
authorMatt Caswell <matt@openssl.org>
Wed, 22 May 2019 18:36:25 +0000 (19:36 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 23 May 2019 09:49:54 +0000 (10:49 +0100)
commitecb0f148a94c9b0076240ca1d7904ab50a7dc9a4
treed7b42c5defeea4aefb525e4bc089f47fda6ce9a1
parentbddf965d29cb4a9c4d6eeb94aa96dfa47d0cfa5d
Add the NIST CAVS test vectors for CCM

This imports all of the NIST CAVS test vectors for CCM (SP800-38C) and
coverts them for use within evp_test. This commit also adds a script to
convert the .rsp CAVS files into the evp_test format.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8981)
test/recipes/30-test_evp.t
test/recipes/30-test_evp_data/evpccmcavs.txt [new file with mode: 0644]
util/cavs-to-evptest.pl [new file with mode: 0644]