Home
last modified time | relevance | path

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

/openssl/test/
H A Dcrltest.c190 static X509 *test_root = NULL; variable
322 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl()
325 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl()
335 return TEST_int_eq(verify(test_leaf, test_root, NULL, in test_no_crl()
346 && TEST_int_eq(verify(test_leaf, test_root, in test_bad_issuer_crl()
360 && TEST_int_eq(verify(test_leaf, test_root, in test_known_critical_crl()
373 && TEST_int_eq(verify(test_leaf, test_root, in test_unknown_critical_crl()
437 if (!TEST_ptr(test_root = X509_from_strings(kCRLTestRoot)) in setup_tests()
452 X509_free(test_root); in cleanup_tests()

Completed in 5 milliseconds