2022-03-09 12:25:28 +01:00
|
|
|
Index: openssl-1.1.1m/apps/openssl.cnf
|
|
|
|
===================================================================
|
|
|
|
--- openssl-1.1.1m.orig/apps/openssl.cnf
|
|
|
|
+++ openssl-1.1.1m/apps/openssl.cnf
|
|
|
|
@@ -11,6 +11,24 @@
|
2021-12-14 13:43:58 +01:00
|
|
|
# defined.
|
|
|
|
HOME = .
|
|
|
|
|
2022-03-09 12:25:28 +01:00
|
|
|
+openssl_conf = openssl_init
|
2021-12-14 13:43:58 +01:00
|
|
|
+
|
2022-03-09 12:25:28 +01:00
|
|
|
+[ openssl_init ]
|
2021-12-14 13:43:58 +01:00
|
|
|
+
|
2022-03-09 12:25:28 +01:00
|
|
|
+engines = engine_section
|
|
|
|
+
|
|
|
|
+[ engine_section ]
|
2021-12-14 13:43:58 +01:00
|
|
|
+
|
|
|
|
+# This include will look through the directory that will contain the
|
|
|
|
+# engine declarations for any engines provided by other packages.
|
2022-03-09 12:25:28 +01:00
|
|
|
+.include /etc/ssl/engines.d
|
2021-12-14 13:43:58 +01:00
|
|
|
+
|
|
|
|
+# This include will look through the directory that will contain the
|
|
|
|
+# definitions of the engines declared in the engine section.
|
2022-03-09 12:25:28 +01:00
|
|
|
+.include /etc/ssl/engdef.d
|
|
|
|
+
|
|
|
|
+[ oid_section ]
|
|
|
|
+
|
|
|
|
# Extra OBJECT IDENTIFIER info:
|
|
|
|
#oid_file = $ENV::HOME/.oid
|
|
|
|
oid_section = new_oids
|