[#OSSL_CMP_CTX_server_perform] = OSSL_CMP_CTX_server_perform :mrdocs: Process a CMP request locally using the server callbacks on the context. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_CMP_MSG.adoc[OSSL_CMP_MSG]* OSSL_CMP_CTX_server_perform( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* client_ctx, xref:OSSL_CMP_MSG.adoc[OSSL_CMP_MSG] const* req); ---- == Return Value Response CMP message on success, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *client_ctx* | CMP context configured with server‐side callbacks. | *req* | Incoming CMP request message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#