From 3585c3ed281aa08fb8066446aa9f842bb739fba7 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 4 Feb 2013 10:16:26 +0100 Subject: DN variable 'T' was expanded to 'title' --- NEWS | 2 ++ lib/x509/common.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e6c822cdd2..f05bbdf65f 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ Report and fix by Sam Varshavchik. ** 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 ed842e15a9..6e822ad547 100644 --- a/lib/x509/common.c +++ b/lib/x509/common.c @@ -59,7 +59,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"}, -- cgit v1.2.1