Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-14 | crypto: AES_CCM test case | Hans Nilsson | |
2018-09-14 | crypto: All aes_ccm vectors (including unused) | Hans Nilsson | |
This directory contains all aes_ccm vectors. However, effort is needed to include them in the test suite so they are left for later. The aes_ccm cipher is already covered by the vectors in crypt_SUITE_data Source: https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program | |||
2017-05-03 | crypto: replace AES GCM test vectors with NIST CAVP suite | Andreas Schultz | |
2017-05-03 | crypto: replace AES CMAC test vectors with NIST CAVP suite | Andreas Schultz | |
2017-05-03 | crypto: replace AES test vectors with NIST CAVP test data | Andreas Schultz | |
NIST's Cryptographic Algorithm Validation Program provides validation testing of FIPS-approved and NIST-recommended cryptographic algorithms. Instead of hard coding a limited set of test vectors, use their comprehensive validation set to test AES cipher modes. |