summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-05-20 11:10:11 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2019-05-20 11:32:59 +0200
commitb697e948b6f66440ee1f15337dfc83b6816bd21a (patch)
tree2a760700e095f61a25888ec75a576e876c522bec /NEWS
parent3668ce5363b1300bb8ab25892c7e1d321596e560 (diff)
downloadgnutls-b697e948b6f66440ee1f15337dfc83b6816bd21a.tar.gz
Apply STD3 ASCII rules in gnutls_idna_map()tmp-fix-evil-idna
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7afc8042e1..038cdc9167 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ See the end for copying conditions.
** libgnutls: Fix calculation of Streebog digests (incorrect carry operation in
512 bit addition)
+** libgnutls: Apply STD3 ASCII rules in gnutls_idna_map() to prevent
+ hostname/domain crafting via IDNA conversion
+
** API and ABI modifications:
gnutls_prf_early: Added
gnutls_record_set_max_recv_size: Added