зеркало из https://github.com/mozilla/pjs.git
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
This commit is contained in:
Родитель
14a42cdc74
Коммит
991db29c79
|
@ -1319,8 +1319,8 @@ pkix_Build_ValidationCheckers(
|
|||
(initialPolicies,
|
||||
policyQualifiersRejected,
|
||||
initialPolicyMappingInhibit,
|
||||
initialAnyPolicyInhibit,
|
||||
initialExplicitPolicy,
|
||||
initialAnyPolicyInhibit,
|
||||
numChainCerts,
|
||||
&policyChecker,
|
||||
plContext),
|
||||
|
|
Загрузка…
Ссылка в новой задаче