mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -288,7 +288,8 @@ addCertToDB(certDBEntryCert *certEntry, dbRestoreInfo *info,
|
|||
|
||||
/* If user chooses so, ignore expired certificates. */
|
||||
allowOverride = (PRBool)((oldCert->keyUsage == certUsageSSLServer) ||
|
||||
(oldCert->keyUsage == certUsageSSLServerWithStepUp));
|
||||
(oldCert->keyUsage == certUsageSSLServerWithStepUp) ||
|
||||
(oldCert->keyUsage == certUsageIPsec));
|
||||
validity = CERT_CheckCertValidTimes(oldCert, PR_Now(), allowOverride);
|
||||
/* If cert expired and user wants to delete it, ignore it. */
|
||||
if ((validity != secCertTimeValid) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue