summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-10-26 17:27:19 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-08 09:25:34 +0900
commitd30ea5831e0aedada3362a2d268e7bc836b93f27 (patch)
tree62ab186e71d026a68bb53b404dcbe83cf5ed6afd
parentc8d4b103a924aca45c6170a5f6122eec3084641a (diff)
CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
-rw-r--r--test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl b/test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl
deleted file mode 100644
index be0768d523..0000000000
--- a/test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl
+++ /dev/null
@@ -1,19 +0,0 @@
-config_diagnostics = 1
-openssl_conf = openssl_init
-
-# It seems that the .include needs an absolute path.
-.include OPENSSL_DIR/ssl/fipsmodule.cnf
-
-[openssl_init]
-providers = provider_sect
-alg_section = algorithm_sect
-
-[provider_sect]
-fips = fips_sect
-base = base_sect
-
-[base_sect]
-activate = 1
-
-[algorithm_sect]
-default_properties = fips=yes