Closed
Bug 960723
Opened 11 years ago
Closed 11 years ago
test_ev_certs.js: failingOCSPResponder doesn't fail properly
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: keeler, Assigned: keeler)
References
Details
Attachments
(1 file)
(deleted),
patch
|
briansmith
:
review+
|
Details | Diff | Splinter Review |
Without setting the server's identities to "www.example.com" and "crl.example.com", it will just return 400 (bad request) to any requests made to these hosts, and it will not run the registered prefix handler that causes the test to fail. Fixing this also uncovered an issue in the case where the EE cert doesn't have an OCSP url; it turns out libpkix will make an OCSP request for the intermediate before getting to the EE.
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment on attachment 8361298 [details] [diff] [review]
960723-failingOCSPResponder.diff
Review of attachment 8361298 [details] [diff] [review]:
-----------------------------------------------------------------
I guess you could say...
(•_•)
( •_•)>⌐■-■
(⌐■_■)
I don't know how to write code that fails.
Attachment #8361298 -
Flags: review?(brian) → review+
Assignee | ||
Comment 3•11 years ago
|
||
My only response is this: http://mirrors.rit.edu/instantCSI/ (requires flash, unfortunately. Maybe I'll make an html5 one...)
Thanks for the quick review.
https://hg.mozilla.org/integration/mozilla-inbound/rev/a2d581209387
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•