asn1_type_st

ASN.1 ANY / CHOICE container holding a typed value and its V_ASN1_* tag.

Synopsis

Declared in <openssl/asn1.h>

struct asn1_type_st;

Types

NameDescription
Unnamed union Typed ASN.1 ANY payload; the active arm matches type.

Data Members

NameDescription
type Active ASN.1 type tag (V_ASN1_*) selecting which union arm is valid.
value Typed ASN.1 ANY payload; the active arm matches type.