summaryrefslogtreecommitdiff
path: root/tests/hostname-check-utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: warning: implicit declaration of functionAlon Bar-Lev2017-08-261-0/+1
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* Removed support for libidn1Nikos Mavrogiannopoulos2017-05-011-6/+19
| | | | | | | | | | Currently we support both IDNA2003 and IDNA2008. However, IDNA2003 is already obsolete by registrars and NICs, thus there is no reason to continue supporting it. We switch to IDNA2008 exclusively using libidn2. Resolves #194 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tests: enable all IDNA tests when compiled with libidn2Nikos Mavrogiannopoulos2017-02-041-3/+5
| | | | | | Keep IDNA2003-only tests on the ifdef HAVE_LIBIDN. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: split and enhanced UTF-8 name checks from hostname-checkNikos Mavrogiannopoulos2016-12-081-0/+216
That is, added checks to ensure that non-ASCII DNS names in certificates fail, and that properly encoded IDNA2003 names, succeed.