summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZoltan Fridrich <zfridric@redhat.com>2022-05-10 15:20:45 +0200
committerZoltan Fridrich <zfridric@redhat.com>2022-07-08 10:12:01 +0200
commitf032324af70b8420f7b550f3277efd4a9cd2b2dd (patch)
tree1ab9b3f09c3cc6934fb302d56452259614c01557 /NEWS
parent41c6b26cf099803fc2515ca800e0439f152d5a0f (diff)
downloadgnutls-f032324af70b8420f7b550f3277efd4a9cd2b2dd.tar.gz
Increase the limit of TLS PSK usernames from 128 to 65535 characters
Co-authored-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 034b9ced84..0c0835e4f6 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ See the end for copying conditions.
** libgnutls: gnutls_hkdf_expand now only accepts LENGTH argument less than or
equal to 255 times hash digest size, to comply with RFC 5869 2.3.
+** libgnutls: Length limit for TLS PSK usernames has been increased
+ from 128 to 65535 characters (#1323).
+
** API and ABI modifications:
gnutls_fips140_run_self_tests: New function