doc: add 'signature-format' option for pkcs15-crypt

This commit is contained in:
Viktor Tarasov 2015-04-15 09:33:24 +02:00
parent 23ca1f101d
commit 17eb40e5f9
1 changed files with 12 additions and 1 deletions

View File

@ -159,6 +159,18 @@
(see also <option>--raw</option>).</para></listitem>
</varlistentry>
<varlistentry>
<term>
<option>--signature-format</option>,
<option>--f</option>
</term>
<listitem><para>When signing with ECDSA key this option indicates
to <command>pkcs15-crypt</command> the signature output format.
Possible values are 'rs'(default) -- two concatanated
integers (PKCS#11), 'sequence' or 'openssl' -- DER encoded sequence
of two integeres (OpenSSL).</para></listitem>
</varlistentry>
<varlistentry>
<term>
<option>--verbose</option>,
@ -168,7 +180,6 @@
verbose. Specify this flag several times to enable debug output
in the OpenSC library.</para></listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>