Execute a CMP General Message (genm) transaction and return response ITAVs.

Synopsis

Declared in <openssl/cmp.h>

stack_st_OSSL_CMP_ITAV*
OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX* ctx);

Return Value

Stack of response ITAVs on success, or NULL on error; caller must free contents.

Parameters

Name

Description

ctx

CMP client context with genm ITAVs configured.

Created with MrDocs