summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-06 21:38:21 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-01-06 21:38:21 +0100
commit772efb3448aabcc1edba33bc012543c49ffb5f42 (patch)
treea61486dbc794f9760d8fe07613e7e07d3acdc178
parent91e4ced7f126c98757850016f4cb56cc0477d38b (diff)
downloadgnutls-772efb3448aabcc1edba33bc012543c49ffb5f42.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 613e74f41b..df63baea07 100644
--- a/NEWS
+++ b/NEWS
@@ -11,11 +11,14 @@ 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: Corrected encoding and decoding of ANSI X9.62 parameters.
** libgnutls: Handle zero length plaintext for VIA PadLock functions.
Patch by Matthias-Christian Ott.
+** libgnutls: In DTLS don't combine multiple packets which exceed MTU.
+Reported by Andreas Schultz.
+
** 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.