OSSL_CMP_MSG_http_perform

Send a CMP request over HTTP(S) to the server configured in ctx and return the response.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_MSG*
OSSL_CMP_MSG_http_perform(
    OSSL_CMP_CTX* ctx,
    OSSL_CMP_MSG const* req);

Return Value

Server response message on success, or NULL on error.

Parameters

NameDescription
ctxCMP context with server address, path, and transfer options.
reqCMP request message to send.