Open
Bug 647924
Opened 14 years ago
Updated 2 years ago
libPKIX unnecessarily re-downloads CRLs
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: KaiE, Unassigned)
Details
libPKIX unnecessarily re-downloads CRLs
Using the patches to enable libPKIX based verification in PSM,
having OCSP disabled,
having CRL downloading enabled,
and strictly requiring any fresh revocation information,
I saw the following:
===> downloading http://crl.geotrust.com/crls/gtglobal.crl
===> downloading http://gtssl-crl.geotrust.com/crls/gtssl.crl
===> downloading http://crl.geotrust.com/crls/secureca.crl
===> downloading http://gtssldv-crl.geotrust.com/crls/gtssldv.crl
===> downloading http://crl.comodo.net/AddTrustExternalCARoot.crl
===> downloading http://crl.comodoca.com/AddTrustExternalCARoot.crl
===> downloading http://crl.comodo.net/UTN-USERFirst-Hardware.crl
===> downloading http://crl.comodoca.com/UTN-USERFirst-Hardware.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
===> downloading http://crl.comodo.net/PositiveSSLCA.crl
===> downloading http://crl.comodoca.com/PositiveSSLCA.crl
Comment 1•14 years ago
|
||
What makes this bug different from Bug 647923 or bug 489347 ?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•