Distribution point name: either a full GeneralNames set or a relative name.
Declared in <openssl/x509v3.h>
struct DIST_POINT_NAME_st;
| Name | Description |
|---|---|
Unnamed union | Union of distribution point name forms; the active arm matches type. |
| 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). |