Name Constraints subtree: a base GeneralName with optional minimum/maximum.

Synopsis

Declared in <openssl/x509v3.h>

struct GENERAL_SUBTREE_st;

Data Members

Name

Description

base

Base name that defines this permitted or excluded subtree.

maximum

Maximum distance below base, or NULL if unbounded.

minimum

Minimum distance below base, or NULL for the default of zero.

Created with MrDocs