summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-13 11:17:33 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-13 11:17:33 +0200
commitff6ff3acf3e12e372a2009b54ee9d5b017ffe5cb (patch)
tree739d20b4d1b7e46988774954f97fb25d4fcdad7d /NEWS
parente727c7de76e51be19efc0b6b241b41b4cf381ecc (diff)
downloadgnutls-ff6ff3acf3e12e372a2009b54ee9d5b017ffe5cb.tar.gz
Add.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f42f3587a..29e60d8a1f 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ sessions. Research presented independently by Dan Kaminsky and Moxie
Marlinspike at BlackHat09. Thanks to Tomas Hoger <thoger@redhat.com>
for providing one part of the patch. [GNUTLS-SA-2009-4].
+** libgnutls: Fix rare failure in gnutls_x509_crt_import.
+The function may fail incorrectly when an earlier certificate was
+imported to the same gnutls_x509_crt_t structure.
+
** minitasn1: Internal copy updated to libtasn1 v2.3.
** libgnutls: Fix return value of gnutls_certificate_client_get_request_status.