summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2006-02-01 15:48:35 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2006-02-01 15:48:35 +0000
commit8e92deddb2df77887d11ed75ccc1547fedee57c5 (patch)
tree06ae67736552d95eea548b64db147cbda3c5db93 /NEWS
parent181a82008ad58fcdc9ec20092a5a29f91b9a8ecb (diff)
downloadgnutls-8e92deddb2df77887d11ed75ccc1547fedee57c5.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ad40667c16..4d69ee8e15 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ longer invalidate a session if the underlying send fails, but it will
prevent future writes. That is to allow reading the already received data.
Patches and bug reports by Yoann Vandoorselaere <yoann@prelude-ids.org>
+** Corrected bugs in gnutls_certificate_set_x509_crl() and
+gnutls_certificate_set_x509_trust(), that caused memory corruption if
+more than one certificates were added. Report and patch by Max Kellermann.
+
* Version 1.3.3 (released 2006-01-12)
** New API to access the TLS master secret.