summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 10:20:33 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 10:20:33 +0100
commit3eda8c336b881be8306e2d41c14bc83474f07ebb (patch)
treeb7a194e1dbeb6d7eeeec28832c35b8aa669e809f
parent18e87fd9b3c52426804efa651814f374eedd2777 (diff)
downloadgnutls_3_0_28.tar.gz
DN variable 'T' was expanded to 'title'gnutls_3_0_28
-rw-r--r--NEWS2
-rw-r--r--lib/x509/common.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f4b30e2e7..bdda294830 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ ciphers (i.e., AES-GCM).
** libgnutls: Fixes in record padding parsing to prevent a timing attack.
Issue reported by Kenny Patterson and Nadhem Alfardan.
+** libgnutls: DN variable 'T' was expanded to 'title'.
+
** API and ABI modifications:
No changes since last version.
diff --git a/lib/x509/common.c b/lib/x509/common.c
index 052eb7cd73..c0e29bc8bf 100644
--- a/lib/x509/common.c
+++ b/lib/x509/common.c
@@ -56,7 +56,7 @@ static const struct oid2string _oid2str[] = {
{"2.5.4.6", "C", 0, 1, "PKIX1.PrintableString"},
{"2.5.4.9", "STREET", 1, 1, "PKIX1.DirectoryString"},
- {"2.5.4.12", "T", 1, 1, "PKIX1.DirectoryString"},
+ {"2.5.4.12", "title", 1, 1, "PKIX1.DirectoryString"},
{"2.5.4.10", "O", 1, 1, "PKIX1.DirectoryString"},
{"2.5.4.11", "OU", 1, 1, "PKIX1.DirectoryString"},
{"2.5.4.3", "CN", 1, 1, "PKIX1.DirectoryString"},