aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/packet-x509sat-template.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2012-11-12 22:00:53 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2012-11-12 22:00:53 +0000
commitf267dda0d5e95475049ee9aba554e5007570ad23 (patch)
treec4d576bf4fae638d34e721161822ed20f775f150 /asn1/x509sat/packet-x509sat-template.c
parent4e96e6c4753bf4cf286bcce82c2fa8f097dbef09 (diff)
Added attributes from RFC 2798.
svn path=/trunk/; revision=46013
Diffstat (limited to 'asn1/x509sat/packet-x509sat-template.c')
-rw-r--r--asn1/x509sat/packet-x509sat-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/x509sat/packet-x509sat-template.c b/asn1/x509sat/packet-x509sat-template.c
index 1f91786e87..9b7b740bb2 100644
--- a/asn1/x509sat/packet-x509sat-template.c
+++ b/asn1/x509sat/packet-x509sat-template.c
@@ -112,6 +112,8 @@ void proto_reg_handoff_x509sat(void) {
oid_add_from_string("dcObject","1.3.6.1.4.1.1446.344");
oid_add_from_string("domain","0.9.2342.19200300.100.4.13");
+ /* RFC 2798 */
+ oid_add_from_string("inetOrgPerson","2.16.840.1.113730.3.2.2");
}