Verify the signature on a signed OCSP request.
Declared in <openssl/ocsp.h>
int
OCSP_request_verify(
OCSP_REQUEST* req,
stack_st_X509* certs,
X509_STORE* store,
unsigned long flags);
1 on successful verification, or 0 on failure.
| 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. |