diff options
author | Werner Koch <[email protected]> | 2003-10-29 10:07:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-10-29 10:07:44 +0000 |
commit | fcc72f915bbafe2e1f1f68be7e79d7b45561da62 (patch) | |
tree | cabc573682cc56a710a40e251b33847d38ef1cb9 /doc/DETAILS | |
parent | * DETAILS: Add the 'a' value for field 12 and the new field 15. (diff) | |
download | gnupg-fcc72f915bbafe2e1f1f68be7e79d7b45561da62.tar.gz gnupg-fcc72f915bbafe2e1f1f68be7e79d7b45561da62.zip |
* cardglue.c (open_card): Ask for card insertion.
(check_card_serialno): New.
(agent_scd_pksign, agent_scd_pkdecrypt): Use it here.
* cardglue.c (open_card): Issue insertion status message.
* status.h, status.c (STATUS_CARDCTRL): New.
* status.c (cpr_get_answer_okay_cancel): New.
* miscutil.c (answer_is_okay_cancel): New.
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index e88300b74..0010f549c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -462,6 +462,14 @@ more arguments in future versions. 0x02 = this attribute packet is revoked 0x04 = this attribute packet is expired + STATUSCTRL <what> [<serialno>] + This is used to control smartcard operations. + Defined values for WHAT are: + 1 = Request insertion of a card. Serialnumber may be given + to request a specific card. + 2 = Request removal of a card. + 3 = Card with serialnumber detected + Format of the "--attribute-fd" output ===================================== |