From: Simon Josefsson Date: Wed, 12 Nov 2008 14:49:57 +0000 (+0100) Subject: Add v2.6.2 entries. X-Git-Tag: gnutls_2_7_2~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13cca9a3748295fc72252d41deecd8fa5ff59dff;p=thirdparty%2Fgnutls.git Add v2.6.2 entries. --- diff --git a/NEWS b/NEWS index 8840193b4e..b11cd8deef 100644 --- a/NEWS +++ b/NEWS @@ -116,6 +116,17 @@ gnutls_x509_crq_set_key_purpose_oid: ADDED gnutls_x509_crq_print: ADDED gnutls_x509_crt_set_crq_extensions: ADDED +* Version 2.6.2 (released 2008-11-12) + +** libgnutls: Fix crash in X.509 validation code for self-signed certificates. +The patch to fix the security problem GNUTLS-SA-2008-3 introduced a +problem for certificate chains that contained just one self-signed +certificate. Reported by Michael Meskes in +. + +** API and ABI modifications: +No changes since last version. + * Version 2.6.1 (released 2008-11-10) ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]