diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2017-01-21 23:14:46 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-01-25 15:43:55 +0100 |
commit | 0a19572d1860a95244fe534f3fe7aed031cc0e34 (patch) | |
tree | 9c12de6282adb896c6f54defe3e91d12d3b96469 /INSTALL.md | |
parent | a3dadb294a05ac625230db8130bc335bd3317f91 (diff) | |
download | gnutls-0a19572d1860a95244fe534f3fe7aed031cc0e34.tar.gz |
Add support for libidn2 (IDNA 2008 + TR46)
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 0bf841994a..2016e91e0c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,7 +45,8 @@ Optionally it may use the following libraries: * libtspi: for Trusted Platform Module (TPM) support, http://trousers.sourceforge.net/ * libunbound: For DNSSEC/DANE support, http://unbound.net/ * libz: For compression support, http://www.zlib.net/ -* libidn: For supporting internationalized DNS names, http://www.gnu.org/software/libidn/ +* libidn: For supporting internationalized DNS names (IDNA 2003), http://www.gnu.org/software/libidn/ +* libidn2: For supporting internationalized DNS names (IDNA 2008), https://www.gnu.org/software/libidn/#libidn2 To configure libnettle for installation and use by GnuTLS, a typical command sequence would be: |