Closed
Bug 80178
Opened 24 years ago
Closed 24 years ago
Enable OCSP in PSM 2.0.
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
psm2.0
People
(Reporter: ddrinan0264, Assigned: ddrinan0264)
References
Details
Attachments
(1 file)
20.86 KB,
patch
|
Details | Diff | Splinter Review |
Enable OCSP in PSM 2.0.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Adding mcgreer to cc-list.
Need review from Javi, Terry or Ian.
Comment 3•24 years ago
|
||
r=mcgreer
Assignee | ||
Comment 4•24 years ago
|
||
Adding blizzard to cc-list.
blizzard, please super-review.
Thanks.
Comment 5•24 years ago
|
||
Can you please make functions like ocsp_compare_entries() static member
functions of a utility class or part of nsOCSPResponder or at least use
consistent function naming style? Putting c-style this_is_a_function with
StudlyCaps naming is ugly.
+ nsISupportsArray *array = (nsISupportsArray*)aArg;
Please use NS_STATIC_CAST()
+ if (sec_rv != SECSuccess) {
+ goto loser;
+ }
[...]
+loser:
+ return NS_OK;
Shouldn't 'loser' return an NS_ERROR_SOMETHING instead of NS_OK?
Fix those or respond and you have an sr=blizzard. Thanks!
Assignee | ||
Comment 6•24 years ago
|
||
Implemented the above suggestions from blizzard.
Comment 8•24 years ago
|
||
If you've fixed the problems you should be ready to check in.
Assignee | ||
Comment 9•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•