Server callback type for processing incoming certConf messages.
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*);
1 on success, 0 on rejection, or -1 on error.
| Name | Description |
|---|---|
| srv_ctx | CMP server context. |
| req | Incoming certConf message. |
| certReqId | Certificate request ID from the certStatus entry. |
| certHash | certHash from the certStatus entry. |
| si | PKIStatusInfo from the certStatus entry. |