diff --git a/lib/hx509/test_name.c b/lib/hx509/test_name.c index 5b1271066..d3ab41216 100644 --- a/lib/hx509/test_name.c +++ b/lib/hx509/test_name.c @@ -76,6 +76,7 @@ main(int argc, char **argv) ret += test_name("CN=foo,C=SE"); ret += test_name("CN=foo,CN=kaka,CN=FOO,DC=ad1,C=SE"); + ret += test_name("1.2.3.4=foo,C=SE"); ret += test_name_fail("="); ret += test_name_fail("CN=foo,=foo"); ret += test_name_fail("CN=foo,really-unknown-type=foo");