summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-12-27 08:57:05 +0000
committerSimon Josefsson <simon@josefsson.org>2006-12-27 08:57:05 +0000
commit0009142dbf88f7c9d77ccc76c3c115e6ecfe591d (patch)
treeb0f4ba931ea93fb9f8661c34ddf395b6878fbecb
parent70884f411e6a7ebecb89fbf95eb740a495c6d188 (diff)
downloadgnutls-0009142dbf88f7c9d77ccc76c3c115e6ecfe591d.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fac95a3a96..22ea172f52 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
* Version 1.6.1 (unreleased)
+** Fix the list of trusted CAs that server's send to clients.
+Before, the list contained issuer DN's instead of subject DN's of the
+trusted CAs. Reported by Max Kellermann <max@duempel.org>.
+
** Fix gnutls_certificate_set_x509_crl.
Reported by Max Kellermann <max@duempel.org>.