summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2019-05-22 11:16:03 +0200
committerDaiki Ueno <dueno@redhat.com>2019-05-22 12:04:58 +0200
commitd810e4f80bf271dfe600e5f2e7298dbc9ffe12b7 (patch)
tree5d5313b0652d4b8746a3e4ce24c19227ce637e49 /NEWS
parent27ec82e781b3960693cd4550440ab7c1664553b8 (diff)
downloadgnutls-d810e4f80bf271dfe600e5f2e7298dbc9ffe12b7.tar.gz
priority: add new option to allow small records (>= 64)
There is a mismatch in the lower limit of record sizes in RFC 8449 (64) and our default (512). If the server advertises a smaller limit than our default, the client has no way to keep communicating with the server. This patch adds a new priority string option %ALLOW_SMALL_RECORDS to set the limit to 64. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 038cdc9167..36369bb0ae 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,9 @@ See the end for copying conditions.
** libgnutls: Apply STD3 ASCII rules in gnutls_idna_map() to prevent
hostname/domain crafting via IDNA conversion
+** libgnutls: The priority string option %ALLOW_SMALL_RECORDS was added to allow
+ clients to communicate with the server advertising smaller limits than 512
+
** API and ABI modifications:
gnutls_prf_early: Added
gnutls_record_set_max_recv_size: Added