diff options
author | Werner Koch <wk@gnupg.org> | 2019-01-27 20:12:00 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-01-27 20:12:00 +0100 |
commit | 1c9251004592415b27988064ae20504dd1c37f57 (patch) | |
tree | ea88401395463875985edbc82328424ad6602d40 /po/POTFILES.in | |
parent | gpg: Fix just changed agent_get_s2k_count. (diff) | |
download | gnupg2-1c9251004592415b27988064ae20504dd1c37f57.tar.xz gnupg2-1c9251004592415b27988064ae20504dd1c37f57.zip |
card: Implement the bulk of OpenPGP stuff into gpg-card-tool.
* tools/card-call-scd.c: New.
* tools/card-tool.h: new.
* tools/gpg-card-tool.c: Largely extended.
--
gpg-card-tool will eventually replace the --card-edit command of gpg
because it makes more sense to have a multi-protocol aware tool and
not just one for OpenPGP cards. Most OpenPGP card things works now
but a few, those which require close interaction with gpg, still need
to be implemented. And of course the whole planned non-interactive
stuff needs to be written.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index fe8d45f7e..53a7dc8a5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -127,4 +127,5 @@ tools/gpgconf.c tools/no-libgcrypt.c tools/symcryptrun.c tools/gpg-check-pattern.c - +tools/gpg-card-tool.c +tools/card-call-scd.c |