Skip to content

Commit

Permalink
Add the NIST CAVS test vectors for CCM
Browse files Browse the repository at this point in the history
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 <[email protected]>
(Merged from openssl#8981)
  • Loading branch information
mattcaswell committed May 23, 2019
1 parent bddf965 commit ecb0f14
Show file tree
Hide file tree
Showing 3 changed files with 24,049 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/30-test_evp.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup("test_evp");

my @files = ( "evpciph.txt", "evpdigest.txt", "evpencod.txt", "evpkdf.txt",
"evppkey_kdf.txt", "evpmac.txt", "evppbe.txt", "evppkey.txt",
"evppkey_ecc.txt", "evpcase.txt", "evpaessiv.txt" );
"evppkey_ecc.txt", "evpcase.txt", "evpaessiv.txt", "evpccmcavs.txt" );

plan tests => scalar(@files);

Expand Down
Loading

0 comments on commit ecb0f14

Please sign in to comment.