summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-19 14:23:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-19 14:23:24 +0200
commit5c2cf9088e31a2914e9891f8b1ddb933c721ae94 (patch)
tree5ddb2d538301ee9159ff230d6becab758a2e4730
parentccd7eb3961d8064320b145c294e10b5025d145ba (diff)
downloadgnutls-5c2cf9088e31a2914e9891f8b1ddb933c721ae94.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7330518c66..119e108b22 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@ See the end for copying conditions.
** libgnutls: backported X.509 unique ID functionality from later versions.
+** libgnutls: Increased the maximum size of the handshake message hash.
+ This will allow the library to cope better with larger packets, as
+ the ones offered by current TLS 1.3 drafts.
+
** API and ABI modifications:
gnutls_x509_crt_set_issuer_unique_id: Added
gnutls_x509_crt_set_subject_unique_id: Added