aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/packet-x509sat-template.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-03-23 16:44:08 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-03-23 16:44:08 +0000
commite9aa0abd324f9c8acc26dd6f9d605b5b19a81a1d (patch)
tree2293c93f933a48b67edb4ce50b792169450e4b6e /asn1/x509sat/packet-x509sat-template.c
parentaa2b2c82abfa761c9f068be36fe69f49414e3d81 (diff)
Support for:
RFC2247 objectclasses and attributes (specifically "dc") Microsoft-defined User Principal Name subjectAltName extension (used in certificates) svn path=/trunk/; revision=21150
Diffstat (limited to 'asn1/x509sat/packet-x509sat-template.c')
-rw-r--r--asn1/x509sat/packet-x509sat-template.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/x509sat/packet-x509sat-template.c b/asn1/x509sat/packet-x509sat-template.c
index f8433bf71e..836fd8a3dd 100644
--- a/asn1/x509sat/packet-x509sat-template.c
+++ b/asn1/x509sat/packet-x509sat-template.c
@@ -109,6 +109,11 @@ void proto_reg_handoff_x509sat(void) {
add_oid_str_name("2.5.6.28", "parent");
add_oid_str_name("2.5.6.29", "child");
+
+ /* RFC 2247 */
+ add_oid_str_name("1.3.6.1.4.1.1446.344", "dcObject");
+ add_oid_str_name("0.9.2342.19200300.100.4.13", "domain");
+
}