Correct the order of initExplicit and initInhibitAnyPolicy flags to match
what the init expected. fixes: Bug 411614 â Explicit Policy does not seem to work. and Bug 406755 â EV certs not recognized as EV with some cross-certification scenarios r=nelson git-svn-id: svn://10.0.0.236/trunk@242874 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1319,8 +1319,8 @@ pkix_Build_ValidationCheckers(
|
||||
(initialPolicies,
|
||||
policyQualifiersRejected,
|
||||
initialPolicyMappingInhibit,
|
||||
initialAnyPolicyInhibit,
|
||||
initialExplicitPolicy,
|
||||
initialAnyPolicyInhibit,
|
||||
numChainCerts,
|
||||
&policyChecker,
|
||||
plContext),
|
||||
|
||||
Reference in New Issue
Block a user