OSSL_CMP_MSG_read

Load a DER-encoded CMP message from a file.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_MSG*
OSSL_CMP_MSG_read(
    char const* file,
    OSSL_LIB_CTX* libctx,
    char const* propq);

Return Value

Parsed OSSL_CMP_MSG, or NULL on error.

Parameters

NameDescription
filePath to the DER file.
libctxLibrary context, or NULL for the default.
propqProperty query string, or NULL.