Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_name.c61 test_name_fail(hx509_context context, const char *name) in test_name_fail() function
366 ret += test_name_fail(context, "="); in main()
367 ret += test_name_fail(context, "CN=foo,=foo"); in main()
368 ret += test_name_fail(context, "CN=foo,really-unknown-type=foo"); in main()