diff options
author | Werner Koch <[email protected]> | 2019-01-31 17:57:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-01-31 17:57:16 +0000 |
commit | 1c0fa3e6f74692d5e9b5f08cda523f0fcec305eb (patch) | |
tree | 6f188a78a7c4b39089616132a798558ec9c0335c /scd/app-openpgp.c | |
parent | card: New command 'authenticate'. (diff) | |
download | gnupg-1c0fa3e6f74692d5e9b5f08cda523f0fcec305eb.tar.gz gnupg-1c0fa3e6f74692d5e9b5f08cda523f0fcec305eb.zip |
card: Implement non-interactive mode.
* tools/card-tool.h (opt): Add field 'initialized'.
* tools/card-call-scd.c (scd_learn): Set it.
* tools/gpg-card-tool.c (main): Reworked.
(dispatch_command): New.
--
This work is not yet finished because most commands need some tweaks
for non-interactive work. What you already can do are things like:
$ gpg-card-tool list -- 'auth <oldkey' \
-- auth --setkey --raw 123456781234567812345678 -- help auth
Which will list the current card, authenticate using a hex encoded key
from the file "oldkey", set the new admin key to "123...78", and print
help for the auth command. Note that the -- acts as a delimiter
between commands. To use a double dash as argument to a command the
entire command must be quoted.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/app-openpgp.c')
0 files changed, 0 insertions, 0 deletions