commit | 24600b7c8aff38bbabc44a947129181388530c14 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 31 09:54:14 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 31 09:58:12 2014 +0100 |
tree | f8e6ac3b2f18c29cd6e4c01ecf4982e2c3afdd38 | |
parent | 4f880a5dc2261686bf4796b09e37eafd571ea96c [diff] [blame] |
Add NIST validation tests for HMAC_DRBG nopr
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a24ef25..40addbd 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -65,6 +65,7 @@ add_test_suite(gcm gcm.camellia) add_test_suite(hmac_drbg hmac_drbg.misc) add_test_suite(hmac_drbg hmac_drbg.no_reseed) +add_test_suite(hmac_drbg hmac_drbg.nopr) add_test_suite(hmac_shax) add_test_suite(md) add_test_suite(mdx)