From cb809437d391176a1c2e76f6da77a790c9382c4b Mon Sep 17 00:00:00 2001 From: Bryan Donlan Date: Tue, 17 Jul 2018 13:04:09 -0700 Subject: Add test for DSA signatures of raw digests of various sizes Reviewed-by: Rich Salz Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/6749) --- test/recipes/15-test_dsa.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/recipes/15-test_dsa.t') diff --git a/test/recipes/15-test_dsa.t b/test/recipes/15-test_dsa.t index 311b9b3e0a..c8f61cca21 100644 --- a/test/recipes/15-test_dsa.t +++ b/test/recipes/15-test_dsa.t @@ -16,11 +16,12 @@ use OpenSSL::Test::Utils; setup("test_dsa"); -plan tests => 5; +plan tests => 6; require_ok(srctop_file('test','recipes','tconversion.pl')); ok(run(test(["dsatest"])), "running dsatest"); +ok(run(test(["dsa_no_digest_size_test"])), "running dsa_no_digest_size_test"); SKIP: { skip "Skipping dsa conversion test", 3 -- cgit v1.2.3