piv: no 'usepin' authentication mode in PIV tools

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5323 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2011-04-11 11:55:00 +00:00
parent 54fb422831
commit eb7bc552b1
2 changed files with 0 additions and 8 deletions

View File

@ -51,12 +51,6 @@
XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--usepin, -P</option></term>
<listitem><para>Authenticate to the card using the user pin.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--genkey</option>argument, <option>-G</option> argument</term>
<listitem><para>Generate a key pair on the card and output the public key.

View File

@ -66,7 +66,6 @@ static const struct option options[] = {
{ "serial", 0, NULL, OPT_SERIAL },
{ "name", 0, NULL, 'n' },
{ "admin", 1, NULL, 'A' },
{ "usepin", 0, NULL, 'P' }, /* some beta cards want user pin for put_data */
{ "genkey", 1, NULL, 'G' },
{ "object", 1, NULL, 'O' },
{ "cert", 1, NULL, 'C' },
@ -85,7 +84,6 @@ static const char *option_help[] = {
"Prints the card serial number",
"Identify the card and print its name",
"authenticate using default 3des key",
"authenticate using user pin",
"Generate key <ref>:<alg> 9A:06 on card, and output pubkey",
"Load an object <containerID> containerID as defined in 800-73 without leading 0x",
"Load a cert <ref> where <ref> is 9A,9B,9C or 9D",