Searched refs:ocsp_find_signer (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/ocsp/ |
H A D | ocsp_vfy.c | 16 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, 104 int ret = ocsp_find_signer(&signer, bs, certs, flags); in OCSP_basic_verify() 165 return ocsp_find_signer(signer, bs, extra_certs, 0) > 0; in OCSP_resp_get0_signer() 168 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, in ocsp_find_signer() function
|
Completed in 4 milliseconds