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

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

Completed in 116 milliseconds