Searched refs:test_leaf (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | crltest.c | 274 static X509 *test_leaf = NULL; variable 427 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl() 431 && TEST_int_eq(verify(test_leaf, test_root, in test_basic_crl() 442 return TEST_int_eq(verify(test_leaf, test_root, NULL, in test_no_crl() 453 && TEST_int_eq(verify(test_leaf, test_root, in test_bad_issuer_crl() 481 && TEST_int_eq(verify(test_leaf, test_root, in test_known_critical_crl() 495 && TEST_int_eq(verify(test_leaf, test_root, in test_unknown_critical_crl() 590 if (!TEST_true(X509_STORE_CTX_init(ctx, store, test_leaf, NULL))) in test_get_crl_fn_score() 621 || !TEST_ptr(test_leaf = X509_from_strings(kCRLTestLeaf)) in setup_tests() 640 X509_free(test_leaf); in cleanup_tests()
|