commit | 62273b88aba99bbf7028a22eab81920ea16362f6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 31 10:16:57 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 31 10:19:05 2014 +0100 |
tree | 3ed0b7330e02518b0154b4f0c8ccd899cdb3d06d | |
parent | 24600b7c8aff38bbabc44a947129181388530c14 [diff] [blame] |
Add NIST validation tests for HMAC_DRBG pr=true
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 40addbd..cf05bce 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -66,6 +66,7 @@ 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_drbg hmac_drbg.pr) add_test_suite(hmac_shax) add_test_suite(md) add_test_suite(mdx)