Verify the signature on a signed OCSP request.
Synopsis
Declared in <openssl/ocsp.h>
int
OCSP_request_verify(
OCSP_REQUEST* req,
stack_st_X509* certs,
X509_STORE* store,
unsigned long flags);
Return Value
1 on successful verification, or 0 on failure.
Parameters
Name |
Description |
req |
Signed OCSP request to verify. |
certs |
Optional additional certificates for path building, or NULL. |
store |
Trusted certificate store used for verification. |
flags |
OCSP_* / X509 verify flags controlling verification behaviour. |
Created with MrDocs