summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-12-27 18:30:22 +0000
committerSimon Josefsson <simon@josefsson.org>2006-12-27 18:30:22 +0000
commitc4b6afe2fe813022249d2b4a18d12fc3ba13dad9 (patch)
tree59333d3ef1bc98250c395efde8e6460df1b9c1f5
parentd8a95cd1942de23519853166919c7762833c74fa (diff)
downloadgnutls-c4b6afe2fe813022249d2b4a18d12fc3ba13dad9.tar.gz
Add.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22ea172f52..08330e4d7c 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,13 @@ trusted CAs. Reported by Max Kellermann <max@duempel.org>.
** Fix gnutls_certificate_set_x509_crl.
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>.
+
** Fix ./configure failure with non-GCC compilers.
This fixes the following error message:
configure: error: conditional "HAVE_LD_OUTPUT_DEF" was never defined.