Closed Bug 80178 Opened 23 years ago Closed 23 years ago

Enable OCSP in PSM 2.0.

Categories

(Core Graveyard :: Security: UI, defect)

1.0 Branch
x86
All
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
psm2.0

People

(Reporter: ddrinan0264, Assigned: ddrinan0264)

References

Details

Attachments

(1 file)

Enable OCSP in PSM 2.0.
Adding mcgreer to cc-list.

Need review from Javi, Terry or Ian.
r=mcgreer
Adding blizzard to cc-list.

blizzard, please super-review.

Thanks.
Target Milestone: --- → 2.0
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!
Implemented the above suggestions from blizzard.
*** Bug 76488 has been marked as a duplicate of this bug. ***
If you've fixed the problems you should be ready to check in.
Fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Verified with the 5/22 Netscape 6 WinNT build.
Status: RESOLVED → VERIFIED
Product: PSM → Core
Version: psm2.0 → 1.0 Branch
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: