]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Fri, 11 Aug 2006 22:49:32 +0000 (22:49 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 11 Aug 2006 22:49:32 +0000 (22:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9088d13041e07133c99a299722e3dea3c044afab..75a50adf16192e5e9a58257b3d160c05db852989 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ See the end for copying conditions.
 
 * Version 1.5.0 (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>.
+
 ** Fixed bug in OpenPGP authentication handshake.
 
 ** Improvements for building under MinGW.