summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/x509.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-20 12:34:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-20 12:34:45 +0100
commit9fc12265de302c1b49475b69d9f93595628b56f7 (patch)
tree6b52f6b7a64afa51793904f181b795677a9bd8e0 /lib/includes/gnutls/x509.h
parent22fa439525f40851df1a02f561d1022bbeb14d7d (diff)
downloadgnutls-9fc12265de302c1b49475b69d9f93595628b56f7.tar.gz
Display postalCode and Name X.509 DN attributes correctly.
Based on patch by Pavan Konjarla.
Diffstat (limited to 'lib/includes/gnutls/x509.h')
-rw-r--r--lib/includes/gnutls/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index 6ea5f5d6ab..6c536e0b64 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -54,6 +54,8 @@ extern "C"
#define GNUTLS_OID_X520_TITLE "2.5.4.12"
#define GNUTLS_OID_X520_DN_QUALIFIER "2.5.4.46"
#define GNUTLS_OID_X520_PSEUDONYM "2.5.4.65"
+#define GNUTLS_OID_X520_POSTALCODE "2.5.4.17"
+#define GNUTLS_OID_X520_NAME "2.5.4.41"
#define GNUTLS_OID_LDAP_DC "0.9.2342.19200300.100.1.25"
#define GNUTLS_OID_LDAP_UID "0.9.2342.19200300.100.1.1"