[#OSSL_CMP_CTX_snprint_PKIStatus] = OSSL_CMP_CTX_snprint_PKIStatus :mrdocs: Format the PKIStatusInfo from a CMP context into a human‐readable string. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* OSSL_CMP_CTX_snprint_PKIStatus( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX] const* ctx, char* buf, size_t bufsize); ---- == Return Value `buf` on success, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *buf* | Destination buffer. | *bufsize* | Size of `buf.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#