OSSL_CMP_SRV_genm_cb_t

Callback type for processing CMP General Message (genm) requests on the server.

Synopsis

Declared in <openssl/cmp.h>

typedef int(* OSSL_CMP_SRV_genm_cb_t)(OSSL_CMP_SRV_CTX*, OSSL_CMP_MSG const*, stack_st_OSSL_CMP_ITAV const*, stack_st_OSSL_CMP_ITAV**);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
srv_ctxCMP server context.
reqIncoming genm request message.
inITAVs from the request body.
outAddress of a stack pointer to receive response ITAVs allocated by the callback.