Return the geninfo ITAV stack configured on the context.

Synopsis

Declared in <openssl/cmp.h>

stack_st_OSSL_CMP_ITAV*
OSSL_CMP_CTX_get0_geninfo_ITAVs(OSSL_CMP_CTX const* ctx);

Return Value

Internal ITAV stack, or NULL if empty or unset.

Parameters

Name

Description

ctx

CMP context.

Created with MrDocs