Opaque Name Constraints extension value (permitted/excluded subtrees).

Synopsis

Declared in <openssl/x509v3.h>

struct NAME_CONSTRAINTS_st;

Data Members

Name

Description

excludedSubtrees

Subtrees the certificate subject names must not fall within, or NULL if none.

permittedSubtrees

Subtrees the certificate subject names must fall within, or NULL if unrestricted.

Created with MrDocs