OSSL_CMP_HDR_get0_geninfo_ITAVs

Return the geninfo ITAV stack from a CMP PKIHeader.

Synopsis

Declared in <openssl/cmp.h>

stack_st_OSSL_CMP_ITAV*
OSSL_CMP_HDR_get0_geninfo_ITAVs(OSSL_CMP_PKIHEADER const* hdr);

Return Value

Internal ITAV stack, or NULL if absent.

Parameters

NameDescription
hdrPKIHeader to query.