Server callback invoked when constructing an error message response.
Declared in <openssl/cmp.h>
typedef void(* OSSL_CMP_SRV_error_cb_t)(OSSL_CMP_SRV_CTX*, OSSL_CMP_MSG const*, OSSL_CMP_PKISI const*, ASN1_INTEGER const*, OSSL_CMP_PKIFREETEXT const*);
| Name | Description |
|---|---|
| srv_ctx | CMP server context. |
| req | Request that triggered the error, if available. |
| statusInfo | PKIStatusInfo being sent. |
| errorCode | Optional error code integer from the error message body. |
| errDetails | Optional free-text error details. |