summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-01-16 10:32:49 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-01-16 10:32:49 +0100
commit1ebc1203d2c29e0990f9120497249a0fe377fdcb (patch)
tree218f123ba8148f9b071bdf14758228ff383d6efe
parent38085927b066655a4b0aaa97b67d5fd277226b72 (diff)
downloadgnutls-tmp-gnutls_3_5_x-dtls-fix.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 3f13c0893f..2f6dd6d88c 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,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.