Callback type for cleaning up server state after a transaction completes.

Synopsis

Declared in <openssl/cmp.h>

typedef int(* OSSL_CMP_SRV_clean_transaction_cb_t)(OSSL_CMP_SRV_CTX*, ASN1_OCTET_STRING const*);

Return Value

1 on success, 0 on error.

Parameters

Name

Description

srv_ctx

CMP server context.

id

transactionID of the finished transaction.

Created with MrDocs