mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
security/pkix: align pkix with nss' mozpkix and fix CheckRevocation API type in application codes
This commit is contained in:
parent
a140666918
commit
2a8bbf94bb
11 changed files with 22 additions and 23 deletions
|
|
@ -127,10 +127,10 @@ CSTrustDomain::FindIssuer(Input encodedIssuerName, IssuerChecker& checker,
|
|||
Result
|
||||
CSTrustDomain::CheckRevocation(EndEntityOrCA endEntityOrCA,
|
||||
const CertID& certID, Time time,
|
||||
Time validityBeginning,
|
||||
Duration validityDuration,
|
||||
/*optional*/ const Input* stapledOCSPresponse,
|
||||
/*optional*/ const Input* aiaExtension,
|
||||
/*optional*/ const Input* sctExtension)
|
||||
/*optional*/ const Input* aiaExtension)
|
||||
{
|
||||
// We're relying solely on the CertBlocklist for revocation - and we're
|
||||
// performing checks on this in GetCertTrust (as per nsNSSCertDBTrustDomain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue