Server callback type for processing pollReq messages.
Declared in <openssl/cmp.h>
typedef int(* OSSL_CMP_SRV_pollReq_cb_t)(OSSL_CMP_SRV_CTX*, OSSL_CMP_MSG const*, int, OSSL_CMP_MSG**, int64_t*);
1 on success, 0 on error.
| Name | Description |
|---|---|
| srv_ctx | CMP server context. |
| req | Incoming pollReq message. |
| certReqId | Certificate request ID being polled. |
| certReq | Receives a pending certRep message when ready, or NULL. |
| check_after | Receives suggested poll interval in seconds when not ready. |