Searched refs:requireExplicitPolicy (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_pcons.c87 ASN1_IMP_OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER,0),
100 pcons->requireExplicitPolicy, &extlist);
119 if (!strcmp(val->name, "requireExplicitPolicy")) {
120 if (!X509V3_get_value_int(val, &pcons->requireExplicitPolicy))
131 if (!pcons->inhibitPolicyMapping && !pcons->requireExplicitPolicy) {
H A Dpcy_cache.c144 * Handle requireExplicitPolicy *first*. Need to process this even if we
153 if (!ext_pcons->requireExplicitPolicy
157 ext_pcons->requireExplicitPolicy))
H A Dx509v3.h314 ASN1_INTEGER *requireExplicitPolicy; member in struct:POLICY_CONSTRAINTS_st

Completed in 154 milliseconds