[#GENERAL_SUBTREE_st] = GENERAL_SUBTREE_st :mrdocs: Name Constraints subtree: a base GeneralName with optional minimum/maximum. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct GENERAL_SUBTREE_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:GENERAL_SUBTREE_st/base.adoc[`base`] | Base name that defines this permitted or excluded subtree. | xref:GENERAL_SUBTREE_st/maximum.adoc[`maximum`] | Maximum distance below `base,` or NULL if unbounded. | xref:GENERAL_SUBTREE_st/minimum.adoc[`minimum`] | Minimum distance below `base,` or NULL for the default of zero. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#