Format a PKIStatusInfo structure into a human‐readable string.
Synopsis
Declared in <openssl/cmp.h>
char*
OSSL_CMP_snprint_PKIStatusInfo(
OSSL_CMP_PKISI const* statusInfo,
char* buf,
size_t bufsize);
Return Value
buf on success, or NULL on error.
Parameters
Name |
Description |
statusInfo |
PKIStatusInfo to format. |
buf |
Destination buffer. |
bufsize |
Size of |
Created with MrDocs