Open
Bug 416169
Opened 18 years ago
Updated 2 years ago
Memory failures should not result in ocsp cache entries
Categories
(NSS :: Libraries, defect, P5)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: KaiE, Unassigned)
Details
This bug is inspired from bug 375019 comment 35, last paragraph and my response in bug 375019 comment 37.
The OCSP code in both classic NSS (ocsp.c) and libpkix (pkix_ocspchecker.c) will create cache entries when there is a failure in processing the ocsp request or ocsp response.
Alexei proposes, we should identify scenarios where it does not make sense to store cache entries, like on memory failures.
Reporter | ||
Updated•18 years ago
|
Summary: Memory failures should not result in cache entries → Memory failures should not result in ocsp cache entries
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: S3 → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•