Return the tbsResponseData from a basic OCSP response.
Synopsis
Declared in <openssl/ocsp.h>
OCSP_RESPDATA const*
OCSP_resp_get0_respdata(OCSP_BASICRESP const* bs);
Return Value
Internal OCSP_RESPDATA pointer, or NULL if unset.
Parameters
Name |
Description |
bs |
Basic OCSP response to query. |
Created with MrDocs