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

Name

Description

ctx

CMP context.

buf

Destination buffer.

bufsize

Size of buf.

Created with MrDocs