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