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

Name

Description

srv_ctx

CMP server context.

req

Incoming genm request message.

in

ITAVs from the request body.

out

Address of a stack pointer to receive response ITAVs allocated by the callback.

Created with MrDocs