summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-01-08 10:48:56 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-01-08 10:48:56 +0100
commit4b08180a6985bc886c85157ce675c5b88bdadd0f (patch)
treefbb8ab7ce5c693052b9d65b5b26e967331a1afa6
parentaab0c663471aa709f9e51d547a83e3eddefb47d2 (diff)
downloadgnutls-4b08180a6985bc886c85157ce675c5b88bdadd0f.tar.gz
doc update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 105a818d8b..2aaa47481d 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ Patch by Matthias-Christian Ott.
** libgnutls: In DTLS don't combine multiple packets which exceed MTU.
Reported by Andreas Schultz.
+** libgnutls: In DTLS decode all handshake packets present in a record
+packet, in a single pass. 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.