Closed
Bug 91532
Opened 24 years ago
Closed 22 years ago
Need offline cache in OCSP code.
Categories
(NSS :: Libraries, enhancement, P2)
Tracking
(Not tracked)
4.0
People
(Reporter: javi, Assigned: julien.pierre)
Details
Customers have asked for PSM to provide an off-line cache of OCSP responses.
PSM can't do that until NSS provides caching of OCSP responses.
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → 4.0
Comment 2•23 years ago
|
||
Changed the QA contact to Bishakha.
QA Contact: sonja.mirtitsch → bishakhabanerjee
Comment 4•23 years ago
|
||
Bug 48597 is not a duplicate of this bug but
rather a PSM bug that depends on this NSS bug.
Comment 5•22 years ago
|
||
An offline cache requires storing the OCSP responses in
persistent storage. The design and implementation of
the persistence is complicated. A simpler OCSP cache
that can't be used offline or across application sessions
is still useful because it could improve performance by
reducing the number of OCSP responses that need to go
to the network. At the NSS OCSP meeting on May 1, we
decided that the simpler, non-offline OCSP cache could
be implemented first, and so it has been filed as bug
205406.
| Assignee | ||
Comment 6•22 years ago
|
||
FYI, the offline cache could use code from the simpler online cache, so I'm
adding a dependency to bug 205406.
Depends on: ocspcache
Comment 7•22 years ago
|
||
This bug is simply a dupe of 48597.
*** This bug has been marked as a duplicate of 48597 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•