Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dsslapitest.c115 static X509 *ocspcert = NULL; variable
1821 if (id == NULL || !OCSP_RESPID_match_ex(id, ocspcert, libctx, NULL)) in ocsp_server_cb()
1951 || !TEST_ptr(ocspcert = X509_new_ex(libctx, NULL)) in test_tlsext_status_type()
1952 || !TEST_ptr(PEM_read_bio_X509(certbio, &ocspcert, NULL, NULL)) in test_tlsext_status_type()
1953 || !TEST_true(OCSP_RESPID_set_by_key_ex(id, ocspcert, libctx, NULL)) in test_tlsext_status_type()
1980 X509_free(ocspcert); in test_tlsext_status_type()
1981 ocspcert = NULL; in test_tlsext_status_type()

Completed in 13 milliseconds