Process a CMP request locally using the server callbacks on the context.
Declared in <openssl/cmp.h>
OSSL_CMP_MSG*
OSSL_CMP_CTX_server_perform(
OSSL_CMP_CTX* client_ctx,
OSSL_CMP_MSG const* req);
Response CMP message on success, or NULL on error.
| Name | Description |
|---|---|
| client_ctx | CMP context configured with server-side callbacks. |
| req | Incoming CMP request message. |