NAME_CONSTRAINTS_st

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

Synopsis

Declared in <openssl/x509v3.h>

struct NAME_CONSTRAINTS_st;

Data Members

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