aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-10-26 17:27:19 +0200
committerJun Aruga <jaruga@redhat.com>2023-11-06 12:11:39 +0100
commitfafe1af4a96e498ec49d3b0ad1998950f953d802 (patch)
tree26e7c5270dff9e4cf6f03fc71d3ddcebd26d3ad1 /test
parentc9b48f989b25a45bae1e6feb2673da93090670df (diff)
downloadruby-openssl-fafe1af4a96e498ec49d3b0ad1998950f953d802.tar.gz
CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
Diffstat (limited to 'test')
-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 be0768d5..00000000
--- 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