Closed
Bug 221737
Opened 21 years ago
Closed 21 years ago
vfychain should return 0 or 1
Categories
(NSS :: Tools, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.10
People
(Reporter: bishakhabanerjee, Assigned: nelson)
Details
Attachments
(1 file)
1.22 KB,
patch
|
wtc
:
review+
|
Details | Diff | Splinter Review |
vfychain shd return 0 or 1 in case of success/failure.
The output of vfychain will later be parsed for NSS error codes returned while
testing negative test cases.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Summary: vfychain shd return 0 or 1 → vfychain should return 0 or 1
Target Milestone: --- → 3.10
Assignee | ||
Comment 1•21 years ago
|
||
This patch implements the requested enhancement.
However, in the time since this request was made, the QA test script has
been changed to use another method than the program's return value to
determine if the test failed. I think that method should be retained.
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 140048 [details] [diff] [review]
patch v1
Please review.
Attachment #140048 -
Flags: review?(wchang0222)
Comment 3•21 years ago
|
||
Comment on attachment 140048 [details] [diff] [review]
patch v1
r=wtc.
Attachment #140048 -
Flags: review?(wchang0222) → review+
Updated•21 years ago
|
Component: Libraries → Tools
Assignee | ||
Comment 4•21 years ago
|
||
/cvsroot/mozilla/security/nss/cmd/vfychain/vfychain.c,v <-- vfychain.c
new revision: 1.5; previous revision: 1.4
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•