Load a DER-encoded CMP message from a file.
Declared in <openssl/cmp.h>
OSSL_CMP_MSG*
OSSL_CMP_MSG_read(
char const* file,
OSSL_LIB_CTX* libctx,
char const* propq);
Parsed OSSL_CMP_MSG, or NULL on error.
| Name | Description |
|---|---|
| file | Path to the DER file. |
| libctx | Library context, or NULL for the default. |
| propq | Property query string, or NULL. |