OSSL_CMP_snprint_PKIStatusInfo

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

NameDescription
statusInfoPKIStatusInfo to format.
bufDestination buffer.
bufsizeSize of buf.