OSSL_CMP_exec_GENM_ses

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

NameDescription
ctxCMP client context with genm ITAVs configured.