From 7f9f1ecb710eac4d65bb02785ddf288cac098323 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 23 May 2018 15:26:19 +0200 Subject: Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] This provides an implementation of the IDNA2008 standard and fixes CVE-2016-6261, CVE-2016-6263, CVE-2017-14062. --- inet/Versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inet/Versions') diff --git a/inet/Versions b/inet/Versions index 6f663f3..9b3661e 100644 --- a/inet/Versions +++ b/inet/Versions @@ -88,5 +88,7 @@ libc { # Used from nscd. __inet6_scopeid_pton; + __idna_to_dns_encoding; + __idna_from_dns_encoding; } } -- cgit v1.1