Return the statusString text from the last CMP transaction.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_PKIFREETEXT*
OSSL_CMP_CTX_get0_statusString(OSSL_CMP_CTX const* ctx);

Return Value

Internal statusString stack, or NULL if absent.

Parameters

Name

Description

ctx

CMP context.

Created with MrDocs