Parsed basic constraints extension data. More...
#include <x509types.h>
Data Fields | |
| bool | present |
| bool | critical |
| bool | ca |
| bool | pathlen_present |
| uint32_t | pathlen |
Parsed basic constraints extension data.
| bool ca |
true if cA is asserted.
| bool critical |
true if the extension critical flag was set.
| uint32_t pathlen |
The pathLenConstraint value if present.
| bool pathlen_present |
true if pathLenConstraint is present.
| bool present |
true if the extension was decoded.