OSSL_CMP_CTX_set_certConf_cb

Register the certificate-confirmation callback for the CMP client.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_set_certConf_cb(
    OSSL_CMP_CTX* ctx,
    OSSL_CMP_certConf_cb_t cb);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
ctxCMP context.
cbCallback invoked before sending certConf, or NULL for the default.