summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-11 22:49:43 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-11 22:49:43 +0000
commit40200500913aca16fa3680854f8a1d05c6d40e3e (patch)
treede646f2521c224f638c89756e1cdb34993fa2781
parentc55225b50f8aa4321e7f4a168875235070baa63f (diff)
downloadgnutls-40200500913aca16fa3680854f8a1d05c6d40e3e.tar.gz
Add.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b6b8977d2b..59864572c9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ See the end for copying conditions.
* Version 1.4.2 (unreleased)
+** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
+This can happen if you call gnutls_certificate_verify_peers2 and have
+a certain mix of local CA certificates and the peer send special
+certificates, that together trigger certain behaviour. It is not
+known whether the crash can be triggered without the special local CA
+certificate. Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
+
** OpenCDK updated to 0.5.9 to fix some problems with OpenPGP support.
** Make --without-included-libtasn1 work.