summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-26 16:20:54 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-26 16:20:54 +0100
commit32c5287ab9c3d0a980e8261394f5f421ce53a4e2 (patch)
treec99c30d9cbe914788d3dad85755d2bd24ab1efde
parent3e5a154091c0785adf4c90f15c67d771e722db2a (diff)
downloadgnutls-tmp-gnutls3_5_x-libidn2.tar.gz
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe9ad3b1ec..8631bbb0a5 100644
--- a/NEWS
+++ b/NEWS
@@ -15,13 +15,19 @@ See the end for copying conditions.
when the instruction was available on the host, but not on a VM running
gnutls, detection could fail causing illegal instruction usage.
+** libgnutls: Added support for IDNA2008 for internationalized DNS names.
+ If gnutls is compiled using libidn2 (the latest version is recommended),
+ it will support IDNA2008 instead of the now obsolete IDNA2003 standard.
+ Resolves gitlab issue #150. Based on patch by Tim Ruehsen.
+
** p11tool: re-use ID from corresponding objects when writing certificates.
That is, when writing a certificate which has a corresponding public key,
or private key in the token, ensure that we use the same ID for the
certificate.
** API and ABI modifications:
-No changes since last version.
+gnutls_idna_map: Added
+gnutls_idna_reverse_map: Added
* Version 3.5.8 (released 2016-01-09)