Basic Constraints extension: whether the subject is a CA and optional path length.
Declared in <openssl/x509v3.h>
struct BASIC_CONSTRAINTS_st;
| Name | Description |
|---|---|
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. |