summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-01-12 16:14:23 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-01-16 08:54:22 +0100
commiteaa4cf3676a7dd73e193286dde692eb38524d3ca (patch)
tree2034db3ca580b92c20de8fcd3e62b1249d590fb5
parent4ac65f121ddfad667463ddbf6f2de28413942609 (diff)
downloadgnutls-tmp-dtls-further-mtu-improvements.tar.gz
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 857e4db816..d456513b4b 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,11 @@ See the end for copying conditions.
issue #347 which caused self signed certificates to be additionally marked as of
insufficient security level.
+** libgnutls: Corrected MTU calculation for the CBC ciphersuites. The data
+ MTU calculation now, it correctly accounts for the fixed overhead due to
+ padding (as 1 byte), while at the same time considers the rest of the
+ padding as part of data MTU.
+
** API and ABI modifications:
No changes since last version.