Return the optional certificate stack embedded in a basic OCSP response.
Declared in <openssl/ocsp.h>
stack_st_X509 const*
OCSP_resp_get0_certs(OCSP_BASICRESP const* bs);
Internal STACK_OF(X509), or NULL if none are present.
| Name | Description |
|---|---|
| bs | Basic OCSP response to query. |