67a7a21b0e
- Resolves: Bug 1031897 - CVE-2013-5605 CVE-2013-5606 CVE-2013-1741 nss: various flaws - Fix option descriptions for setup-nsssysinit manpage - Fix man page of nss-sysinit wrong path and other flaws - Document email option for certutil manpage - Remove unused patches
25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
diff --git a/doc/certutil.xml b/doc/certutil.xml
|
|
--- a/doc/certutil.xml
|
|
+++ b/doc/certutil.xml
|
|
@@ -655,18 +655,18 @@ of the attribute codes:
|
|
|
|
<varlistentry>
|
|
<term>--keyAttrFlags attrflags</term>
|
|
<listitem><para>
|
|
PKCS #11 key Attributes. Comma separated list of key attribute flags, selected from the following list of choices: {token | session} {public | private} {sensitive | insensitive} {modifiable | unmodifiable} {extractable | unextractable}</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
- <term>--keyFlagsOn opflags</term>
|
|
- <term>--keyFlagsOff opflags</term>
|
|
+ <term>--keyOpFlagsOn opflags</term>
|
|
+ <term>--keyOpFlagsOff opflags</term>
|
|
<listitem><para>
|
|
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}
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|