ASN1_ITEM_get

Return the built-in ASN1_ITEM at index i.

Synopsis

Declared in <openssl/asn1.h>

ASN1_ITEM const*
ASN1_ITEM_get(size_t i);

Return Value

ASN1_ITEM at i, or NULL if i is out of range.

Parameters

NameDescription
iZero-based index into the static ASN1_ITEM table.