Execute a CMP General Message (genm) transaction and return response ITAVs.
Declared in <openssl/cmp.h>
stack_st_OSSL_CMP_ITAV*
OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX* ctx);
Stack of response ITAVs on success, or NULL on error; caller must free contents.
| Name | Description |
|---|---|
| ctx | CMP client context with genm ITAVs configured. |