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

Name

Description

file

Path to the DER file.

libctx

Library context, or NULL for the default.

propq

Property query string, or NULL.

Created with MrDocs