Return the PKIHeader from a CMP message.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_PKIHEADER*
OSSL_CMP_MSG_get0_header(OSSL_CMP_MSG const* msg);

Return Value

Internal PKIHeader pointer, or NULL on error.

Parameters

Name

Description

msg

CMP message to query.

Created with MrDocs