summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-13 11:18:19 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-13 11:18:19 +0200
commitce0ab9718ebd45fbc3071a0fba07379b5c615f59 (patch)
treed8aab24fb0694d96748283569be955f586cbbd48
parent31acfa0514376eac81d2d27f1fcb49212d48ffd4 (diff)
downloadgnutls-ce0ab9718ebd45fbc3071a0fba07379b5c615f59.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3bf7ad347d..2243faf216 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ See the end for copying conditions.
Some code that was intended to be removed will cause a read-out-bound.
Reported by Tomas Hoger <thoger@redhat.com>.
+** 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.
+
** libgnutls-extra, libgnutls-openssl: Fix MinGW cross-compiling build error.
** tests: Made self-test mini-eagain take less time.