Comparison

certs/openssl.cnf @ 5352:e10f701c2082

Merge 0.9->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 16 Mar 2013 18:49:14 +0100
parent 5350:fba042a2c228
child 6922:e0672860d208
comparison
equal deleted inserted replaced
5346:b8fbb9d07efc 5352:e10f701c2082
1 oid_section = new_oids 1 oid_section = new_oids
2 2
3 [ new_oids ] 3 [ new_oids ]
4 4
5 # RFC 3920 section 5.1.1 defines this OID 5 # RFC 6120 section 13.7.1.4. defines this OID
6 xmppAddr = 1.3.6.1.5.5.7.8.5 6 xmppAddr = 1.3.6.1.5.5.7.8.5
7 7
8 # RFC 4985 defines this OID 8 # RFC 4985 defines this OID
9 SRVName = 1.3.6.1.5.5.7.8.7 9 SRVName = 1.3.6.1.5.5.7.8.7
10 10
38 extendedKeyUsage = serverAuth,clientAuth 38 extendedKeyUsage = serverAuth,clientAuth
39 subjectAltName = @subject_alternative_name 39 subjectAltName = @subject_alternative_name
40 40
41 [ subject_alternative_name ] 41 [ subject_alternative_name ]
42 42
43 # See http://tools.ietf.org/html/draft-ietf-xmpp-3920bis#section-13.7.1.2 for more info. 43 # See http://tools.ietf.org/html/rfc6120#section-13.7.1.2 for more info.
44 44
45 DNS.0 = example.com 45 DNS.0 = example.com
46 otherName.0 = xmppAddr;FORMAT:UTF8,UTF8:example.com 46 otherName.0 = xmppAddr;FORMAT:UTF8,UTF8:example.com
47 otherName.1 = SRVName;IA5STRING:_xmpp-client.example.com 47 otherName.1 = SRVName;IA5STRING:_xmpp-client.example.com
48 otherName.2 = SRVName;IA5STRING:_xmpp-server.example.com 48 otherName.2 = SRVName;IA5STRING:_xmpp-server.example.com