summaryrefslogtreecommitdiff
path: root/test/recipes/05-test_rand.t
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2020-02-22 01:34:20 +0100
committerPatrick Steuer <patrick.steuer@de.ibm.com>2020-03-11 12:14:11 +0100
commit4d6d787c4937706676355ce241c6e538475295d2 (patch)
treea0572a39cede4cbd6d9046fda7666cf539836297 /test/recipes/05-test_rand.t
parent28bdbe1aaa474ae8cd83e520d02e463e46ce89d9 (diff)
downloadopenssl-new-4d6d787c4937706676355ce241c6e538475295d2.tar.gz
AES CTR-DRGB: add test for 32-bit counter overflow
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10457)
Diffstat (limited to 'test/recipes/05-test_rand.t')
-rw-r--r--test/recipes/05-test_rand.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/recipes/05-test_rand.t b/test/recipes/05-test_rand.t
index f376edd18a..70035e9b27 100644
--- a/test/recipes/05-test_rand.t
+++ b/test/recipes/05-test_rand.t
@@ -15,3 +15,5 @@ setup("test_rand");
ok(run(test(["drbgtest"])));
ok(run(test(["drbg_cavs_test"])));
+# commented out due to long running time
+#ok(run(test(["drbg_extra_test"])));