Closed
Bug 161429
Opened 23 years ago
Closed 23 years ago
pk11_CollectCrls could do a partial CRL decode
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julien.pierre, Assigned: wtc)
Details
There is no need to do a full decode in this case, since we don't need the
entries while collecting the CRLs. The decoding can be delayed until later at
the time of cert verification.
The only case to fix is when this function gets called from SEC_LookupCrls. In
that case, the list should be enumerated and decoding completed, before the
function returns.
| Reporter | ||
Comment 1•23 years ago
|
||
Actually, SEC_LookupCrls is the only instance of this unexported function
getting called, and since it needs to return a fully decoded CRL, there is
nothing to fix.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•