diff options
author | Werner Koch <wk@gnupg.org> | 2020-11-09 13:04:38 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-11-09 13:41:26 +0100 |
commit | 8fb0d5e3c775f40e321689b35431d81425406237 (patch) | |
tree | ca111c2b43df73c16f48e8bc8ab0ae2aa3371de6 /doc/DETAILS | |
parent | gpg: Do not print rejected digest algo notes with --quiet. (diff) | |
download | gnupg2-8fb0d5e3c775f40e321689b35431d81425406237.tar.xz gnupg2-8fb0d5e3c775f40e321689b35431d81425406237.zip |
card: Run factory-reset in locked stated.
* scd/command.c (reset_notify): Add option --keep-lock.
(do_reset): Add arg keep_lock.
(cmd_lock): Send progress status.
* g10/call-agent.c (agent_scd_apdu): Add more pseudo APDUs.
* g10/card-util.c (send_apdu): Ditto.
(factory_reset): Use lock commands.
--
This is required so that for example Kleopatra does not detect the
RESET and issues a SERIALNO of its own, thus conflicting with our
SERIALNO undefined.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 6eefb8b4f..44bee32ad 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1130,6 +1130,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: - learncard :: Send by the agent and gpgsm while learing the data of a smartcard. - card_busy :: A smartcard is still working + - scd_locked :: Waiting for other clients to unlock the scdaemon When <what> refers to a file path, it may be truncated. |