1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpg.sgml: Document smartcard related options.

* g10.c, options.h: New option --no-interactive-selection.
* keyedit.c (keyedit_menu): Use it.
This commit is contained in:
Werner Koch 2005-06-20 17:03:27 +00:00
parent 059d159657
commit 2d2e2e74b8
13 changed files with 143 additions and 51 deletions

View file

@ -1,3 +1,11 @@
2005-06-20 Werner Koch <wk@g10code.com>
* gpg.sgml: Document smartcard related options.
2005-06-06 Werner Koch <wk@g10code.com>
* DETAILS: New subcode 5 for CARDCTRL.
2005-05-13 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document --default-sig-expire and

View file

@ -349,9 +349,6 @@ more arguments in future versions.
The supplied passphrase was good and the secret key material
is therefore usable.
BAD_PASSPHRASE_PIN
Reserved for future use.
DECRYPTION_FAILED
The symmetric decryption failed - one reason could be a wrong
passphrase for a symmetrical encrypted message.
@ -553,6 +550,7 @@ more arguments in future versions.
2 = Request removal of a card.
3 = Card with serialnumber detected
4 = No card available.
5 = No card reader available
PLAINTEXT <format> <timestamp>

View file

@ -572,11 +572,38 @@ calculation has failed; probably due to an expired key.</para></listitem></varli
</variablelist>
</listitem></varlistentry>
<varlistentry>
<term>--card-edit</term>
<listitem><para>
Present a menu to work with a smartcard. The subcommand "help" provides
an overview on available commands. For a detailed description, please
see the Card HOWTO at
http://www.gnupg.org/documentation/howtos.html#GnuPG-cardHOWTO .
</para></listitem></varlistentry>
<varlistentry>
<term>--card-status</term>
<listitem><para>
Show the content of the smart card.
</para></listitem></varlistentry>
<varlistentry>
<term>--change-pin</term>
<listitem><para>
Present a menu to allow changing the PIN of a smartcard. This
functionality is also available as the subcommand "passwd" with the
--card-edit command.
</para></listitem></varlistentry>
<varlistentry>
<term>--sign-key &ParmName;</term>
<listitem><para>
Signs a public key with your secret key. This is a shortcut version of
the subcommand "sign" from --edit.
the subcommand "sign" from --edit. You may also want to consider the
option --no-interactive-selection which will drop you into the regular
menu when not all keys shall be signed.
</para></listitem></varlistentry>
<varlistentry>
@ -1032,6 +1059,14 @@ Don't make any changes (this is not completely implemented).
Prompt before overwriting any files.
</para></listitem></varlistentry>
<varlistentry>
<term>--no-interactive-selection</term>
<listitem><para>
Do not use interactive selection mode in certain menues but require
a selection in advance. This is currently only used with the "sign"
subcommand of --edit-key.
</para></listitem></varlistentry>
<varlistentry>
<term>--batch</term>
@ -1621,6 +1656,43 @@ a options file. This also overrides the environment variable
$GNUPGHOME.
</para></listitem></varlistentry>
<varlistentry>
<term>--pcsc-driver &ParmFile;</term>
<listitem><para>
Use &ParmFile; to access the smartcard reader. The current default
is `libpcsclite.so'. Instead of using this option you might also
want to install a symbolic link to the default file name
(e.g. from `libpcsclite.so.1').
</para></listitem></varlistentry>
<varlistentry>
<term>--ctapi-driver &ParmFile;</term>
<listitem><para>
Use &ParmFile; to access the smartcard reader. The current default
is `libtowitoko.so'. Note that the use of this interface is
deprecated; it may be removed in future releases.
</para></listitem></varlistentry>
<varlistentry>
<term>--disable-ccid</term>
<listitem><para>
Disable the integrated support for CCID compliant readers. This
allows to fall back to one of the other drivers even if the internal
CCID driver can handle the reader. Note, that CCID support is only
available if libusb was available at build time.
</para></listitem></varlistentry>
<varlistentry>
<term>--reader-port <parameter>number_or_string</parameter></term>
<listitem><para>
This option may be used to specify the port of the card terminal. A
value of 0 refers to the first serial device; add 32768 to access USB
devices. The default is 32768 (first USB device). PC/SC or CCID
readers might need a string here; run the program in verbose mode to get
a list of available readers. The default is then the first reader
found.
</para></listitem></varlistentry>
<varlistentry>
<term>--display-charset &ParmName;</term>