ASN1_TEMPLATE_st

This is the ASN1 template structure that defines a wrapper round the actual type. It determines the actual position of the field in the value structure, various flags such as OPTIONAL and the field name.

Members

Variables

field_name
const(char)* field_name;

Field name

flags
core.stdc.config.c_ulong flags;

Various flags

item
libressl_d.openssl.asn1.ASN1_ITEM_EXP* item;

Relevant ASN1_ITEM or ASN1_ADB

offset
core.stdc.config.c_ulong offset;

Offset of this field in structure

tag
core.stdc.config.c_long tag;

tag, not used if no tagging

Meta