[#OSSL_CMP_SRV_rr_cb_t] = OSSL_CMP_SRV_rr_cb_t :mrdocs: Server callback type for processing Revocation Request (RR) messages. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:OSSL_CMP_PKISI.adoc[OSSL_CMP_PKISI]*(* OSSL_CMP_SRV_rr_cb_t)(xref:OSSL_CMP_SRV_CTX.adoc[OSSL_CMP_SRV_CTX]*, xref:OSSL_CMP_MSG.adoc[OSSL_CMP_MSG] const*, xref:X509_NAME.adoc[X509_NAME] const*, xref:ASN1_INTEGER.adoc[ASN1_INTEGER] const*); ---- == Return Value PKIStatusInfo for the revocation response, allocated by the callback. == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#