commit | 6801f3939777950d3639f54a590a6bd016d3d0ce | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jan 30 17:22:14 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jan 30 23:17:33 2014 +0100 |
tree | 8b69cba11d71c043a0d742cf82526ff36f95950d | |
parent | fe34a5fb832defac003841502fbb343299b2594f [diff] [blame] |
Add NIST no_reseed validation tests for HMAC_DRBG
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b976549..858e429 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -63,6 +63,7 @@ add_test_suite(gcm gcm.aes192_de) add_test_suite(gcm gcm.aes256_de) add_test_suite(gcm gcm.camellia) +add_test_suite(hmac_drbg hmac_drbg.no_reseed) add_test_suite(hmac_shax) add_test_suite(md) add_test_suite(mdx)