Add oid_section to sysdefault.cnf to test adding new oids

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16210)
This commit is contained in:
Tomas Mraz 2021-08-03 18:00:02 +02:00 committed by Pauli
parent b5c4dc6ce5
commit 6b9d3b7c5e

View 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]