Allocate an empty OCSP TBSRequest (OCSP_REQINFO).
Synopsis
Declared in <openssl/ocsp.h>
OCSP_REQINFO*
OCSP_REQINFO_new();
Return Value
New OCSP_REQINFO, or NULL on allocation failure.
Created with MrDocs