Closed
Bug 340040
Opened 18 years ago
Closed 18 years ago
certutil does not have an option for verifying OCSP status responder certs
Categories
(NSS :: Tools, enhancement, P2)
NSS
Tools
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.3
People
(Reporter: julien.pierre, Assigned: julien.pierre)
Details
Attachments
(1 file)
1.60 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
Patch forthcoming.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → julien.pierre.bugs
Status: NEW → ASSIGNED
Attachment #224147 -
Flags: review?(nelson)
Assignee | ||
Comment 2•18 years ago
|
||
FYI, this functionality was needed to diagnose a customer escalation, hence P2 rather than P3.
Severity: normal → enhancement
Priority: -- → P2
Target Milestone: --- → 3.11.3
Comment 3•18 years ago
|
||
Comment on attachment 224147 [details] [diff] [review]
add O to the possible usages
I think that "O" looks confusingly like "0".
So, I suggest using another alphabet letter.
Alternatively, the error handling in that switch
could be enhanced to display an error message that
displays the specific option letter that was the
"invalid arg".
I can't really give this r- just for this,
so r=nelson, with a request for a better lettter.
Attachment #224147 -
Flags: review?(nelson) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Thanks for the review, Nelson.
I think O is OK because it is the first letter in "OCSP" and there shouldn't be much confusion with 0.
Checked in to the tip :
Checking in certutil.c;
/cvsroot/mozilla/security/nss/cmd/certutil/certutil.c,v <-- certutil.c
new revision: 1.103; previous revision: 1.102
done
And NSS_3_11_BRANCH :
Checking in certutil.c;
/cvsroot/mozilla/security/nss/cmd/certutil/certutil.c,v <-- certutil.c
new revision: 1.97.2.5; previous revision: 1.97.2.4
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•