OSSL_CMP_SRV_certConf_cb_t

Server callback type for processing incoming certConf messages.

Synopsis

Declared in <openssl/cmp.h>

typedef int(* OSSL_CMP_SRV_certConf_cb_t)(OSSL_CMP_SRV_CTX*, OSSL_CMP_MSG const*, int, ASN1_OCTET_STRING const*, OSSL_CMP_PKISI const*);

Return Value

1 on success, 0 on rejection, or -1 on error.

Parameters

NameDescription
srv_ctxCMP server context.
reqIncoming certConf message.
certReqIdCertificate request ID from the certStatus entry.
certHashcertHash from the certStatus entry.
siPKIStatusInfo from the certStatus entry.