[#OSSL_CMP_exec_GENM_ses] = OSSL_CMP_exec_GENM_ses :mrdocs: Execute a CMP General Message (genm) transaction and return response ITAVs. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_OSSL_CMP_ITAV.adoc[stack_st_OSSL_CMP_ITAV]* OSSL_CMP_exec_GENM_ses(xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx); ---- == Return Value Stack of response ITAVs on success, or NULL on error; caller must free contents. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP client context with genm ITAVs configured. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#