aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/150-openssl.cnf-add-engines-conf.patch
blob: 387c3ce11e817c499e15e70ca7147aaa11e4002c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
/etc/ssl/engines.d/.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>

diff --git a/apps/openssl.cnf b/apps/openssl.cnf
--- a/apps/openssl.cnf
+++ b/apps/openssl.cnf
@@ -22,6 +22,13 @@ oid_section		= new_oids
 # (Alternatively, use a configuration file that has only
 # X.509v3 extensions in its main [= default] section.)
 
+openssl_conf=openssl_conf
+
+[openssl_conf]
+engines=engines
+
+.include /etc/ssl/engines.cnf.d
+
 [ new_oids ]
 
 # We can add new OIDs in here for use by 'ca', 'req' and 'ts'.