Closed
Bug 390185
Opened 18 years ago
Closed 18 years ago
signtool error message wrongly uses the term "database"
Categories
(NSS :: Tools, defect, P3)
NSS
Tools
Tracking
(Not tracked)
RESOLVED
FIXED
3.12
People
(Reporter: nelson, Assigned: nelson)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
765 bytes,
patch
|
neil.williams
:
review+
|
Details | Diff | Splinter Review |
In signtool's function
if the call to
fails for any reason, signtool outputs the error message
"the cert \"%s\" does not exist in the database"
^^^^^^^^^^^^^^^
This is misleading, because it may not have looked "in the database"
AT ALL. The phrase "in the database" should be removed.
Assignee | ||
Comment 1•18 years ago
|
||
Correction:
In signtool's function create_pk7, if the call to PK11_FindCertFromNickname
fails for any reason ...
See http://lxr.mozilla.org/security/source/security/nss/cmd/signtool/sign.c#270
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → nelson
Priority: -- → P3
Target Milestone: --- → 3.12
Assignee | ||
Updated•18 years ago
|
Attachment #274528 -
Flags: review? → review?(neil.williams)
Comment 3•18 years ago
|
||
Comment on attachment 274528 [details] [diff] [review]
patch v1
r+
Attachment #274528 -
Flags: review?(neil.williams) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Checking in cmd/signtool/sign.c; new revision: 1.13; previous revision: 1.12
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•