Allocate a CMS ContentInfo associated with a library context and property query.
Declared in <openssl/cms.h>
CMS_ContentInfo*
CMS_ContentInfo_new_ex(
OSSL_LIB_CTX* libctx,
char const* propq);
New CMS_ContentInfo, or NULL on allocation failure.
| Name | Description |
|---|---|
| libctx | Library context used when fetching algorithms for this object, or NULL for the default. |
| propq | Property query string for provider algorithm selection, or NULL. |