Callback type for cleaning up server state after a transaction completes.
Declared in <openssl/cmp.h>
typedef int(* OSSL_CMP_SRV_clean_transaction_cb_t)(OSSL_CMP_SRV_CTX*, ASN1_OCTET_STRING const*);
1 on success, 0 on error.
| Name | Description |
|---|---|
| srv_ctx | CMP server context. |
| id | transactionID of the finished transaction. |