Closed
Bug 937677
Opened 9 years ago
Closed 9 years ago
Incorrectly named options in certutil man page
Categories
(NSS :: Documentation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: elio.maldonado.batiz, Assigned: elio.maldonado.batiz)
Details
Attachments
(1 file)
1.00 KB,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
manpage certutil reports the key operation flags as --keyFlagsOn opflags, --keyFlagsOff opflags PKCS #11 key Operation Flags. Comma separated list of one or more of the following: {token | session} {public | private} {sensitive | insensitive} {modifiable | unmodifiable} {extractable | unextractable} whereas cerutil -H reports them as --keyOpFlagsOn opflags --keyOpFlagsOff opflags PKCS #11 key Operation Flags. Comma separated list of one or more of the following: encrypt, decrypt, sign, sign_recover, verify, verify_recover, wrap, unwrap, derive --keyOpFlagsOff and ---keyOpFlagsOff are the correct names for the options.
Assignee | ||
Updated•9 years ago
|
Summary: Incorrectly named certutil man page options names → Incorrectly named options in certutil man page
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → emaldona
Attachment #830890 -
Flags: review?(kaie)
Comment 2•9 years ago
|
||
Comment on attachment 830890 [details] [diff] [review] rename the options to match certutil -H r=kaie
Attachment #830890 -
Flags: review?(kaie) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Pushed to tip - https://hg.mozilla.org/projects/nss/rev/8edb4489cd38
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•