Locate the signer certificate for a basic OCSP response.
Declared in <openssl/ocsp.h>
int
OCSP_resp_get0_signer(
OCSP_BASICRESP* bs,
X509** signer,
stack_st_X509* extra_certs);
1 if a signer was found, or 0 otherwise.
| Name | Description |
|---|---|
| bs | Basic OCSP response whose ResponderID is matched. |
| signer | Receives an internal pointer to the signer certificate on success. |
| extra_certs | Optional additional certificates to search, or NULL. |