From 6b9d3b7c5ee63757c7bfb6f3761fb9ea35ac64a5 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 3 Aug 2021 18:00:02 +0200 Subject: [PATCH] Add oid_section to sysdefault.cnf to test adding new oids Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16210) --- test/sysdefault.cnf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sysdefault.cnf b/test/sysdefault.cnf index 0094831608e..20712b5bda4 100644 --- a/test/sysdefault.cnf +++ b/test/sysdefault.cnf @@ -8,6 +8,10 @@ openssl_conf = default_conf [ default_conf ] ssl_conf = ssl_sect +oid_section = oid_sect + +[oid_sect] +new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1 [ssl_sect] -- 2.47.3