Closed
Bug 280602
Opened 20 years ago
Closed 20 years ago
add pk12util feature to provide detailed list of p12 file contents
Categories
(NSS :: Tools, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.10
People
(Reporter: nelson, Assigned: neil.williams)
References
Details
Attachments
(1 file)
|
15.75 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
This RFE requests implementation of one of the features requested in bug 213359. This RFE requests the addition of a -l (ell) option that lists all the certs and keys in a p12 file. Each cert would be listed in the same detail as now provided by pp. In addition, for each cert, pk12util would indicate whether the associated private key is present in the file, or not. For each cert and key, the p12 file's "friendly name" would be displayed (if any). For each key, pk12util would show the friendly name and whether the key is shrouded or not, but do not otherwise display key contents.
| Assignee | ||
Comment 1•20 years ago
|
||
Reporter's comment in original filing mentions changes to certutil which was erroneous. This patch applies to pk12util only.
Attachment #173097 -
Flags: review?(nelson)
| Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 173097 [details] [diff] [review] added list option r=nelson
Attachment #173097 -
Flags: review?(nelson) → review+
| Reporter | ||
Comment 3•20 years ago
|
||
Neil, I believe you were going to make one more change to the test script. If so, Please attach your patch here with that additional change. If not, please mark this bug resolved/fixed. Thanks.
Priority: -- → P3
Target Milestone: --- → 3.10
| Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > Neil, I believe you were going to make one more change to the test script. > If so, Please attach your patch here with that additional change. > If not, please mark this bug resolved/fixed. Thanks. I am resolving this fix now. The test script output should not include the list option output but it's a minor problem.
You need to log in
before you can comment on or make changes to this bug.
Description
•