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

Synopsis

Declared in <openssl/x509v3.h>

struct DIST_POINT_NAME_st;

Types

Name

Description

Unnamed union

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

Data Members

Name

Description

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).

Created with MrDocs