Return the policy qualifiers associated with a policy-tree node.
Declared in <openssl/x509_vfy.h>
stack_st_POLICYQUALINFO*
X509_policy_node_get0_qualifiers(X509_POLICY_NODE const* node);
Internal STACK_OF(POLICYQUALINFO) (do not free), or NULL if none.
| Name | Description |
|---|---|
| node | Policy node to query. |