Searched refs:testcert (Results 1 – 2 of 2) sorted by relevance
105 X509* testcert = NULL; in test_store_open_winstore() local113 ret = TEST_ptr(testcert = d2i_X509(NULL, &certptr, TEST_CERT_LEN)) in test_store_open_winstore()114 && TEST_ptr(search = OSSL_STORE_SEARCH_by_name(X509_get_issuer_name(testcert))) in test_store_open_winstore()125 X509_free(testcert); in test_store_open_winstore()
87 my $testcert = srctop_file(@certs, "ee-cert.pem");92 "-trusted", $selfout, "-partial_chain", $testcert])));