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