summaryrefslogtreecommitdiffstats
path: root/test/default-and-legacy.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/default-and-legacy.cnf
parent3b5d61f4721f91b5f31a8d3b935f9b3cf4c27644 (diff)
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/default-and-legacy.cnf')
-rw-r--r--test/default-and-legacy.cnf14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/default-and-legacy.cnf b/test/default-and-legacy.cnf
new file mode 100644
index 0000000000..adfa225f64
--- /dev/null
+++ b/test/default-and-legacy.cnf
@@ -0,0 +1,14 @@
+openssl_conf = openssl_init
+
+[openssl_init]
+providers = provider_sect
+
+[provider_sect]
+default = default_sect
+legacy = legacy_sect
+
+[default_sect]
+activate = 1
+
+[legacy_sect]
+activate = 1