Server callback type for processing Revocation Request (RR) messages.
Synopsis
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*);
Return Value
PKIStatusInfo for the revocation response, allocated by the callback.
Parameters
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. |
Created with MrDocs