NAME_CONSTRAINTS
NAME_CONSTRAINTS *nc = cert->nc;
NAME_CONSTRAINTS *nc;
.offset = offsetof(NAME_CONSTRAINTS, permittedSubtrees),
.offset = offsetof(NAME_CONSTRAINTS, excludedSubtrees),
.size = sizeof(NAME_CONSTRAINTS),
NAME_CONSTRAINTS *
return (NAME_CONSTRAINTS*)ASN1_item_new(&NAME_CONSTRAINTS_it);
NAME_CONSTRAINTS_free(NAME_CONSTRAINTS *a)
NAME_CONSTRAINTS *ncons = NULL;
NAME_CONSTRAINTS *ncons = a;
NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc)
nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc)
static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
NAME_CONSTRAINTS *NAME_CONSTRAINTS_new(void);
void NAME_CONSTRAINTS_free(NAME_CONSTRAINTS *a);