ASN.1 ANY / CHOICE container holding a typed value and its V_ASN1_* tag.
Declared in <openssl/asn1.h>
struct asn1_type_st;
| Name | Description |
|---|---|
Unnamed union | Typed ASN.1 ANY payload; the active arm matches type. |
| 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. |