summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-18 13:59:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-18 14:00:00 +0200
commit048cef5b352115a725f8a8ac1db786dae42d8fac (patch)
treee51ea65f53032d71188e81edbbba2273eaf157eb
parentf051d4126c307839093cd947499d28527e2157cc (diff)
downloadgnutls-048cef5b352115a725f8a8ac1db786dae42d8fac.tar.gz
doc update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c34e95c3d8..b96aa8f715 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,12 @@ strings with embedded spaces and escaped commas.
** libgnutls: Corrected gnutls_x509_crl_verify() which would always report
a CRL signature as invalid. Reported by Armin Burgmeier.
+** libgnutls: Fixed issue with certificates being sanitized by gnutls prior
+to signature verification. That resulted to certain non-DER compliant modifications
+of valid certificates, being corrected by libtasn1's parser and restructured as
+the original. Issue found and reported by Antti Karjalainen and Matti Kamunen from
+Codenomicon.
+
** API and ABI modifications:
No changes since last version.