Closed
Bug 169790
Opened 23 years ago
Closed 23 years ago
CERT_DecodeDERCrlEx should be named CERT_DecodeDERCrlWithFlags
Categories
(NSS :: Libraries, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.6
People
(Reporter: nelson, Assigned: wtc)
Details
Attachments
(1 file)
|
3.86 KB,
patch
|
Details | Diff | Splinter Review |
This bug is the result of a review of functions being newly exported in
NSS 3.6 that Wan-Teh asked me to perform.
CERT_DecodeDERCrlEx is a new function being exported in NSS 3.6.
I really dislike the Ex suffix. It's a Microsoft-ism, IMO. It tells the
reader that we didn't think hard enough about the function in the first
place and had to extend it, but it doesn't give any clue about what the
extension is. I don't think any other exported NSS functions end with Ex.
I prefer something like "WithFlags", which explains what the addition to
the API is.
We should fix this for NSS 3.6, or not at all.
| Reporter | ||
Comment 1•23 years ago
|
||
Marking P1 for 3.6 per Wan-Teh's instructions.
Priority: -- → P1
Target Milestone: --- → 3.6
| Assignee | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Comment 3•23 years ago
|
||
Fix checked in.
There is one exported NSS function with the "Ex" suffix:
SECMOD_AddNewModuleEx. All the other extended variants
of NSS functions use the "WithFlags" suffix, so I agree
with this change, which correctly describes the difference
between CERT_DecodeDERCrl and the new function.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•