Format the PKIStatusInfo from a CMP context into a human-readable string.
Declared in <openssl/cmp.h>
char*
OSSL_CMP_CTX_snprint_PKIStatus(
OSSL_CMP_CTX const* ctx,
char* buf,
size_t bufsize);
buf on success, or NULL on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| buf | Destination buffer. |
| bufsize | Size of buf. |