2022-02-21 00:09:28 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
Date: Sat, 27 Mar 2021 17:43:25 -0300
|
|
|
|
Subject: openssl.cnf: add engine configuration
|
|
|
|
|
|
|
|
This adds configuration options for engines, loading all cnf files under
|
2022-02-21 00:09:29 +00:00
|
|
|
/etc/ssl/engines.cnf.d/.
|
2022-02-21 00:09:28 +00:00
|
|
|
|
|
|
|
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
|
|
diff --git a/apps/openssl.cnf b/apps/openssl.cnf
|
2019-10-01 13:50:34 +00:00
|
|
|
--- a/apps/openssl.cnf
|
|
|
|
+++ b/apps/openssl.cnf
|
2022-02-21 00:09:30 +00:00
|
|
|
@@ -22,6 +22,16 @@ oid_section = new_oids
|
2019-10-01 13:50:34 +00:00
|
|
|
# (Alternatively, use a configuration file that has only
|
|
|
|
# X.509v3 extensions in its main [= default] section.)
|
|
|
|
|
|
|
|
+openssl_conf=openssl_conf
|
|
|
|
+
|
|
|
|
+[openssl_conf]
|
|
|
|
+engines=engines
|
|
|
|
+
|
2022-02-21 00:09:30 +00:00
|
|
|
+[engines]
|
|
|
|
+.include /var/etc/ssl/engines.cnf
|
|
|
|
+
|
2022-02-21 00:09:28 +00:00
|
|
|
+.include /etc/ssl/engines.cnf.d
|
2019-10-01 13:50:34 +00:00
|
|
|
+
|
|
|
|
[ new_oids ]
|
|
|
|
|
|
|
|
# We can add new OIDs in here for use by 'ca', 'req' and 'ts'.
|