]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 09:17:33 +0000 (11:17 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 13 Aug 2009 09:17:33 +0000 (11:17 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 3f42f3587a0f5a7ddc7fb0396c2e7cd7c3cd7d69..29e60d8a1f59a3906ab77cae934e57fc94e6b524 100644 (file)
--- 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.