Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c117 static X509 *ocspcert = NULL; variable
1863 if (id == NULL || !OCSP_RESPID_match_ex(id, ocspcert, libctx, NULL)) in ocsp_server_cb()
1997 || !TEST_ptr(ocspcert = X509_new_ex(libctx, NULL)) in test_tlsext_status_type()
1998 || !TEST_ptr(PEM_read_bio_X509(certbio, &ocspcert, NULL, NULL)) in test_tlsext_status_type()
1999 || !TEST_true(OCSP_RESPID_set_by_key_ex(id, ocspcert, libctx, NULL)) in test_tlsext_status_type()
2026 X509_free(ocspcert); in test_tlsext_status_type()
2027 ocspcert = NULL; in test_tlsext_status_type()

Completed in 56 milliseconds