GENERAL_NAME_st

X.509 GeneralName: one alternative name form selected by type.

Synopsis

Declared in <openssl/x509v3.h>

struct GENERAL_NAME_st;

Types

NameDescription
Unnamed union Union of GeneralName alternatives; the active arm matches type.

Data Members

NameDescription
d Union of GeneralName alternatives; the active arm matches type.
type GEN_* discriminator selecting which d union arm is valid.