summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-04 14:18:12 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-04 14:26:57 +0100
commita9b64bc41cc93a05730000399e9671520522d870 (patch)
treeaa9064e1d01fad35c04c2b08a9d06bb702fcad70
parent858522e4cb59be429c1e1d0322f1bdd2a624f05d (diff)
downloadgnutls-a9b64bc41cc93a05730000399e9671520522d870.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18e9b0a18d..613e74f41b 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ issue with servers that drop the connections when the encounter SSL 3.0
as the record version number. See:
http://lists.gnutls.org/pipermail/gnutls-help/2014-November/003673.html
+** libgnutls: corrected encoding and decoding of ANSI X9.62 parameters.
+
+** libgnutls: Handle zero length plaintext for VIA PadLock functions.
+Patch by Matthias-Christian Ott.
+
** libgnutls: When importing a CA file with a PKCS #11 URL, simply
import the certificates, if the URL specifies objects, rather than
treating it as trust module.