Append an ITAV to the geninfo field of outgoing CMP messages.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_push0_geninfo_ITAV(
OSSL_CMP_CTX* ctx,
OSSL_CMP_ITAV* itav);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| itav | ITAV to push; ownership transfers to the context. |