OSSL_CMP_SRV_CTX_new

Allocate a CMP server context with default options.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_SRV_CTX*
OSSL_CMP_SRV_CTX_new(
    OSSL_LIB_CTX* libctx,
    char const* propq);

Return Value

New server context, or NULL on allocation failure.

Parameters

NameDescription
libctxLibrary context, or NULL for the default.
propqProperty query string for algorithm fetching, or NULL.