Closed
Bug 1301071
Opened 9 years ago
Closed 9 years ago
Fix mistake in certutil docs: C and T trust flags are mixed up
Categories
(NSS :: Documentation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.27
People
(Reporter: KaiE, Assigned: KaiE)
Details
Attachments
(2 files)
683 bytes,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
13.84 KB,
patch
|
Details | Diff | Splinter Review |
Currently it says:
-t trustargs
· T - Trusted CA (implies c)
· C - trusted CA for client authentication (ssl server only)
The descriptions are mixed up, and must be changed to the respective other letter.
It should say:
-t trustargs
· C - Trusted CA (implies c)
· T - trusted CA for client authentication (ssl server only)
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8788911 -
Flags: review?(rrelyea)
Assignee | ||
Comment 2•9 years ago
|
||
This patch updates the automatically generated files.
Updated•9 years ago
|
Attachment #8788911 -
Flags: review?(rrelyea) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kaie
You need to log in
before you can comment on or make changes to this bug.
Description
•