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

Name

Description

ctx

CMP context.

cb

Callback invoked before sending certConf, or NULL for the default.

Created with MrDocs