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

Name

Description

Unnamed union

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

Data Members

Name

Description

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.

Created with MrDocs