Append an ITAV to the body of an outgoing General Message (genm).

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_push0_genm_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