Open
Bug 1028368
Opened 11 years ago
Updated 3 years ago
Add unit tests for GetOCSPAuthorityInfoAccessLocation in NSSCertDBTrustDomain.cpp
Categories
(Core :: Security: PSM, defect, P3)
Core
Security: PSM
Tracking
()
NEW
People
(Reporter: briansmith, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [psm-backlog])
We already have quite a few xpcshell tests that exercise the most common good cases and most likely/problematic error cases for parsing the OCSP URI out of the AIA certificate extension. However, we don't have a comprehensive set of unit tests that test all the possibilities, like having non-OCSP AIA entries or having multiple OCSP entries (perhaps some invalid and some valid). Additionally, we don't have tests to ensure we're using the "right" OCSP URI when there are multiple ones.
Updated•9 years ago
|
Whiteboard: [psm-backlog]
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•