summaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_evp.t
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-06-05 13:47:55 +1000
committerPauli <paul.dale@oracle.com>2020-06-24 20:07:46 +1000
commitc9ed9307f2dfaba01b3c3b9e489fe358e6070b50 (patch)
tree7ddd4cb375f59eff5ea35657321f116fafd08a2b /test/recipes/30-test_evp.t
parent9a31d1060a10a98e2132b2bc46918c7f5adf7703 (diff)
test: update EVP tests to include DRBG testing
[extended tests] Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11682)
Diffstat (limited to 'test/recipes/30-test_evp.t')
-rw-r--r--test/recipes/30-test_evp.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/recipes/30-test_evp.t b/test/recipes/30-test_evp.t
index 5f7585cc79..27b3781f27 100644
--- a/test/recipes/30-test_evp.t
+++ b/test/recipes/30-test_evp.t
@@ -31,7 +31,8 @@ my @configs = ( $defaultcnf );
# Only add the FIPS config if the FIPS module has been built
push @configs, 'fips.cnf' unless $no_fips;
-my @files = qw( evpciph.txt evpdigest.txt evppkey.txt evppkey_ecc.txt);
+my @files = qw( evprand.txt evpciph.txt evpdigest.txt evppkey.txt
+ evppkey_ecc.txt );
my @defltfiles = qw( evpencod.txt evpkdf.txt evppkey_kdf.txt evpmac.txt
evppbe.txt evpcase.txt evpccmcavs.txt );
my @ideafiles = qw( evpciph_idea.txt );