summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-04-18 11:11:17 +1000
committerHugo Landau <hlandau@openssl.org>2023-04-21 17:01:38 +0100
commitc04e78f0c69201226430fed14c291c281da47f2d (patch)
tree77ca7e8ae270c3aaabff648293ca6b32181dd635 /test
parent4454c20f026bb47f158ea05c207f143c81d674d8 (diff)
downloadopenssl-new-c04e78f0c69201226430fed14c291c281da47f2d.tar.gz
fips: setup the FIPS provider in pendantic mode for testing
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20762)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/00-prep_fipsmodule_cnf.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/00-prep_fipsmodule_cnf.t b/test/recipes/00-prep_fipsmodule_cnf.t
index 8d53e8a40f..bf1b0c8081 100644
--- a/test/recipes/00-prep_fipsmodule_cnf.t
+++ b/test/recipes/00-prep_fipsmodule_cnf.t
@@ -30,7 +30,7 @@ my $fipsmoduleconf = bldtop_file('test', 'fipsmodule.cnf');
plan tests => 1;
# Create the $fipsmoduleconf file
-ok(run(app(['openssl', 'fipsinstall',
+ok(run(app(['openssl', 'fipsinstall', '-pedantic',
'-module', $fipsmodule, '-provider_name', 'fips',
'-section_name', 'fips_sect', '-out', $fipsmoduleconf])),
"fips install");