Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dossl_store_test.c105 X509* testcert = NULL; in test_store_open_winstore() local
113 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()
/freebsd/crypto/openssl/test/recipes/
H A D25-test_x509.t87 my $testcert = srctop_file(@certs, "ee-cert.pem");
92 "-trusted", $selfout, "-partial_chain", $testcert])));