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

Synopsis

Declared in <openssl/x509v3.h>

struct GENERAL_NAME_st;

Types

Name

Description

Unnamed union

Union of GeneralName alternatives; the active arm matches type.

Data Members

Name

Description

d

Union of GeneralName alternatives; the active arm matches type.

type

GEN_* discriminator selecting which d union arm is valid.

Created with MrDocs