Return a human‐readable string for a CRLReason / OCSP revocation reason code.
Synopsis
Declared in <openssl/ocsp.h>
char const*
OCSP_crl_reason_str(long s);
Return Value
Static NUL‐terminated description string.
Parameters
Name |
Description |
s |
Reason code such as OCSP_REVOKED_STATUS_KEYCOMPROMISE. |
Created with MrDocs