Server callback type for processing Revocation Request (RR) messages.
Declared in <openssl/cmp.h>
typedef OSSL_CMP_PKISI*(* OSSL_CMP_SRV_rr_cb_t)(OSSL_CMP_SRV_CTX*, OSSL_CMP_MSG const*, X509_NAME const*, ASN1_INTEGER const*);
PKIStatusInfo for the revocation response, allocated by the callback.
| Name | Description |
|---|---|
| srv_ctx | CMP server context. |
| req | Incoming RR message. |
| issuer | Issuer name of the certificate to revoke. |
| serial | Serial number of the certificate to revoke. |