Home
last modified time | relevance | path

Searched refs:test_name_fail (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_name.c63 test_name_fail(hx509_context context, const char *name) in test_name_fail() function
368 ret += test_name_fail(context, "="); in main()
369 ret += test_name_fail(context, "CN=foo,=foo"); in main()
370 ret += test_name_fail(context, "CN=foo,really-unknown-type=foo"); in main()