Searched refs:endentity2 (Results 1 – 2 of 2) sorted by relevance
/openssl-master/test/ |
A D | cmp_protect_test.c | 71 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 370 fixture->cert = endentity2; in test_cmp_build_cert_chain() 376 || !TEST_true(sk_X509_push(fixture->chain, endentity2)) in test_cmp_build_cert_chain() 396 fixture->cert = endentity2; in test_cmp_build_cert_chain_missing_intermediate() 401 || !TEST_true(sk_X509_push(fixture->chain, endentity2))) { in test_cmp_build_cert_chain_missing_intermediate() 414 fixture->cert = endentity2; in test_cmp_build_cert_chain_no_root() 419 || !TEST_true(sk_X509_push(fixture->chain, endentity2)) in test_cmp_build_cert_chain_no_root() 450 fixture->cert = endentity2; in test_cmp_build_cert_chain_no_certs() 489 || !sk_X509_push(fixture->certs, endentity2) in test_X509_STORE() 507 || !TEST_true(sk_X509_push(fixture->certs, endentity2)) in test_X509_STORE_only_self_issued() [all …]
|
A D | cmp_vfy_test.c | 76 static X509 *endentity1 = NULL, *endentity2 = NULL, variable 367 (*fixture)->cert = endentity2; in setup_path() 545 X509_free(endentity2); in cleanup_tests() 608 || !TEST_ptr(endentity2 = load_cert_pem(endentity2_f, libctx)) in OPT_TEST_DECLARE_USAGE()
|
Completed in 6 milliseconds