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