BASIC_CONSTRAINTS_st

Basic Constraints extension: whether the subject is a CA and optional path length.

Synopsis

Declared in <openssl/x509v3.h>

struct BASIC_CONSTRAINTS_st;

Data Members

NameDescription
ca Non-zero if the subject may act as a certification authority.
pathlen Maximum number of intermediate CA certificates below this CA, or NULL if unlimited.