Append a CertID as a new single-request entry, taking ownership of cid.
Declared in <openssl/ocsp.h>
OCSP_ONEREQ*
OCSP_request_add0_id(
OCSP_REQUEST* req,
OCSP_CERTID* cid);
Internal OCSP_ONEREQ pointer on success, or NULL on error.
| Name | Description |
|---|---|
| req | OCSP request to update. |
| cid | CertID identifying the certificate to query; ownership transfers on success. |