summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-12-27 18:27:46 +0000
committerSimon Josefsson <simon@josefsson.org>2006-12-27 18:27:46 +0000
commitbd8712ce66c84d3a2e76f0f299e051c390fa6af8 (patch)
tree698ea4c6b49b835346608473ef42a7992d5e6d6c
parentff1f4ff7677f875e29cebdd96548609f29531343 (diff)
downloadgnutls-bd8712ce66c84d3a2e76f0f299e051c390fa6af8.tar.gz
Add.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4850aca8a6..6851fac5a9 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,13 @@ trusted CAs. Reported by Max Kellermann <max@duempel.org>.
Also added a self-test in tests/certificate_set_x509_crl.c to test the
function. Reported by Max Kellermann <max@duempel.org>.
+** Encode UID fields in DN's as DirectoryString.
+Before GnuTLS encoded and parsed UID fields as IA5String. This was
+incorrect, it should have used DirectoryString. Now it will use
+DirectoryString for the UID field, but for backwards compatibility it
+will also accept IA5String UID's. Reported by Max Kellermann
+<max@duempel.org>.
+
** Bootstrap tools changed.
We now require autoconf 2.61, automake 1.10, and gettext 0.16, when
building GnuTLS from CVS. Libtool 1.5.22 is used.