]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add the standard description OID to those recognized for DNs
authorStef Walter <stefw@redhat.com>
Sat, 27 Apr 2013 13:39:05 +0000 (15:39 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Apr 2013 18:44:05 +0000 (21:44 +0300)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/x509/common.c

index cbdc32a82287c6e859808ba451cda3394e313e52..6dc5b1494ae9764d34fe9e63356ca91703e2af9e 100644 (file)
@@ -65,6 +65,7 @@ static const struct oid_to_string _oid2str[] = {
   {"2.5.4.3", "CN", "PKIX1.DirectoryString", ASN1_ETYPE_INVALID},
   {"2.5.4.7", "L", "PKIX1.DirectoryString", ASN1_ETYPE_INVALID},
   {"2.5.4.8", "ST", "PKIX1.DirectoryString", ASN1_ETYPE_INVALID},
+  {"2.5.4.13", "description", "PKIX1.DirectoryString", ASN1_ETYPE_INVALID},
 
   {"2.5.4.5", "serialNumber", NULL, ASN1_ETYPE_PRINTABLE_STRING},
   {"2.5.4.20", "telephoneNumber", NULL, ASN1_ETYPE_PRINTABLE_STRING},