Return the policy qualifiers associated with a policy‐tree node.

Synopsis

Declared in <openssl/x509_vfy.h>

stack_st_POLICYQUALINFO*
X509_policy_node_get0_qualifiers(X509_POLICY_NODE const* node);

Return Value

Internal STACK_OF(POLICYQUALINFO) (do not free), or NULL if none.

Parameters

Name

Description

node

Policy node to query.

Created with MrDocs