Return the OCSPResponseStatus enumerated value from an OCSP response.
Synopsis
Declared in <openssl/ocsp.h>
int
OCSP_response_status(OCSP_RESPONSE* resp);
Return Value
Status code such as OCSP_RESPONSE_STATUS_SUCCESSFUL.
Parameters
Name |
Description |
resp |
OCSP response to query. |
Created with MrDocs