]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add oid_section to sysdefault.cnf to test adding new oids
authorTomas Mraz <tomas@openssl.org>
Tue, 3 Aug 2021 16:00:02 +0000 (18:00 +0200)
committerPauli <pauli@openssl.org>
Wed, 4 Aug 2021 23:21:00 +0000 (09:21 +1000)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16210)

test/sysdefault.cnf

index 0094831608ee32a551d9c3710c32b76ffcee8d33..20712b5bda40cd7878927ccbf74b54206f10a418 100644 (file)
@@ -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]