Return the authority‐constrained policy set (valid policy nodes) of a policy tree.

Synopsis

Declared in <openssl/x509_vfy.h>

stack_st_X509_POLICY_NODE*
X509_policy_tree_get0_policies(X509_POLICY_TREE const* tree);

Return Value

Internal STACK_OF(X509_POLICY_NODE) (do not free), or NULL if empty / unavailable.

Parameters

Name

Description

tree

Policy tree from X509_policy_check().

Created with MrDocs