[#OSSL_CMP_CTX_new] = OSSL_CMP_CTX_new :mrdocs: Allocate a CMP context with default options for client or server use. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* OSSL_CMP_CTX_new( xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* libctx, char const* propq); ---- == Return Value New OSSL_CMP_CTX, or NULL on allocation failure. == Parameters [cols="1,4"] |=== | Name| Description | *libctx* | Library context, or NULL for the default. | *propq* | Property query string for algorithm fetching, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#