[#OSSL_CMP_SRV_process_request] = OSSL_CMP_SRV_process_request :mrdocs: Process a CMP request using the callbacks registered in `srv_ctx.` == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_CMP_MSG.adoc[OSSL_CMP_MSG]* OSSL_CMP_SRV_process_request( xref:OSSL_CMP_SRV_CTX.adoc[OSSL_CMP_SRV_CTX]* srv_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 | *srv_ctx* | CMP server context. | *req* | Incoming CMP request message. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#