commit | 48bc3e81dab6c7267852d3166d811fa02a00e84c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jan 30 21:11:16 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jan 30 23:17:33 2014 +0100 |
tree | 46344b2d856db959b3ce0c3cd1ed6284a4034159 | |
parent | fef0f8f55af3315450ff92e1ca18a1ab576f7e65 [diff] [blame] |
Add hmac_drbg_{write,update}_seed_file()
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 858e429..a24ef25 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.misc) add_test_suite(hmac_drbg hmac_drbg.no_reseed) add_test_suite(hmac_shax) add_test_suite(md)