summaryrefslogtreecommitdiff
path: root/tests/set_key_utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set_key_utf8.c')
-rw-r--r--tests/set_key_utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/set_key_utf8.c b/tests/set_key_utf8.c
index adbb16aeaf..0e88fedcc9 100644
--- a/tests/set_key_utf8.c
+++ b/tests/set_key_utf8.c
@@ -137,7 +137,7 @@ static void auto_parse(void)
test_cli_serv(x509_cred, clicred, "NORMAL", "localhost", NULL, NULL, NULL); /* the DNS name of the first cert */
test_cli_serv(x509_cred, clicred, "NORMAL", "www.νίκος.com", NULL, NULL, NULL); /* the DNS name of second cert */
test_cli_serv(x509_cred, clicred, "NORMAL", "raw:www.νίκος.com", NULL, NULL, NULL); /* the DNS name of second cert */
- test_cli_serv(x509_cred, clicred, "NORMAL", "www.xn--kxawhku.com", NULL, NULL, NULL); /* the previous name in IDNA format */
+ test_cli_serv(x509_cred, clicred, "NORMAL", "www.xn--kxawhkp.com", NULL, NULL, NULL); /* the previous name in IDNA format */
test_cli_serv(x509_cred, clicred, "NORMAL", "简体中文.εξτρα.com", NULL, NULL, NULL); /* the second DNS name of cert */
test_cli_serv(x509_cred, clicred, "NORMAL", "raw:简体中文.εξτρα.com", NULL, NULL, NULL); /* the second DNS name of cert */
test_cli_serv(x509_cred, clicred, "NORMAL", "xn--fiqu1az03c18t.xn--mxah1amo.com", NULL, NULL, NULL); /* its IDNA equivalent */