DIST_POINT_NAME_st

Distribution point name: either a full GeneralNames set or a relative name.

Synopsis

Declared in <openssl/x509v3.h>

struct DIST_POINT_NAME_st;

Types

NameDescription
Unnamed union Union of distribution point name forms; the active arm matches type.

Data Members

NameDescription
dpname Issuer name used to expand a relative distribution point name.
name Union of distribution point name forms; the active arm matches type.
type Discriminant selecting fullname (0) or relativename (1).