gnutls_x509_name_constraints_get_permitted (3) Linux Manual Page
gnutls_x509_name_constraints_get_permitted – API function Synopsis#include <gnutls/x509.h> int gnutls_x509_name_constraints_get_permitted(gnutls_x509_name_constraints_t nc, unsigned idx, unsigned * type, gnutls_datum_t * name); Argumentsgnutls_x509_name_constraints_t nc the extracted name constraints structure unsigned idx the index of the constraint unsigned * type the type of the constraint (of type gnutls_x509_subject_alt_name_t) gnutls_datum_t * name the name in the constraint (of the specific type)DescriptionThis function…
