Return the CertID from a SingleResponse.
Synopsis
Declared in <openssl/ocsp.h>
OCSP_CERTID const*
OCSP_SINGLERESP_get0_id(OCSP_SINGLERESP const* x);
Return Value
Internal OCSP_CERTID pointer, or NULL if unset.
Parameters
Name |
Description |
x |
SingleResponse to query. |
Created with MrDocs