mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +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
|
|
@ -43,8 +43,8 @@ OCSPVerificationTrustDomain::IsChainValid(const DERArray&, Time, const CertPolic
|
|||
|
||||
Result
|
||||
OCSPVerificationTrustDomain::CheckRevocation(EndEntityOrCA, const CertID&,
|
||||
Time, Duration, const Input*,
|
||||
const Input*, const Input*)
|
||||
Time, Time, Duration, const Input*,
|
||||
const Input*)
|
||||
{
|
||||
// We do not expect this to be called for OCSP signers
|
||||
return Result::FATAL_ERROR_LIBRARY_FAILURE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue