Return the authority-constrained policy set (valid policy nodes) of a policy tree.
Declared in <openssl/x509_vfy.h>
stack_st_X509_POLICY_NODE*
X509_policy_tree_get0_policies(X509_POLICY_TREE const* tree);
Internal STACK_OF(X509_POLICY_NODE) (do not free), or NULL if empty / unavailable.
| Name | Description |
|---|---|
| tree | Policy tree from X509_policy_check(). |