OSSL_CMP_CTX_snprint_PKIStatus

Format the PKIStatusInfo from a CMP context into a human-readable string.

Synopsis

Declared in <openssl/cmp.h>

char*
OSSL_CMP_CTX_snprint_PKIStatus(
    OSSL_CMP_CTX const* ctx,
    char* buf,
    size_t bufsize);

Return Value

buf on success, or NULL on error.

Parameters

NameDescription
ctxCMP context.
bufDestination buffer.
bufsizeSize of buf.