blob: 5f0305657e83d1d59c3b2adc6479672e6aa94ead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
openssl_conf = openssl_init
# Comment out the next line to ignore configuration errors
config_diagnostics = 1
[openssl_init]
oid_section = oids
[oids]
testoid1 = 1.2.3.4.1
testoid2 = A Very Long OID Name, 1.2.3.4.2
testoid3 = ,1.2.3.4.3
|