aboutsummaryrefslogtreecommitdiffstats
path: root/test/fips.cnf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-17 14:26:26 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-26 18:14:41 +0200
commite2f72313ccd168eb571b8a4c7cfaf0bf46bdcf9f (patch)
tree6b409f0977bdd4acab895a9871a99a93cdda648a /test/fips.cnf
parent3b5d61f4721f91b5f31a8d3b935f9b3cf4c27644 (diff)
downloadopenssl-e2f72313ccd168eb571b8a4c7cfaf0bf46bdcf9f.tar.gz
test/recipes/30-test_evp.t: Modify to test with different providers
Different providers will give different results, and we need to test them all. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9398)
Diffstat (limited to 'test/fips.cnf')
-rw-r--r--test/fips.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fips.cnf b/test/fips.cnf
new file mode 100644
index 0000000000..0578c8481f
--- /dev/null
+++ b/test/fips.cnf
@@ -0,0 +1,10 @@
+openssl_conf = openssl_init
+
+[openssl_init]
+providers = provider_sect
+
+[provider_sect]
+fips = fips_sect
+
+[fips_sect]
+activate = 1