diff options
author | Werner Koch <wk@gnupg.org> | 2019-01-22 09:07:24 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-01-22 09:07:24 +0100 |
commit | e6d613711a327d63511601dd42aeff34e09ec95a (patch) | |
tree | 80ec7016c28b5e48768d360badefab302ef050b3 /tools/gpg-connect-agent-w32info.rc | |
parent | common: Add generic status print function. (diff) | |
download | gnupg2-e6d613711a327d63511601dd42aeff34e09ec95a.tar.xz gnupg2-e6d613711a327d63511601dd42aeff34e09ec95a.zip |
card-tool: Add skeleton for new tool
* tools/gpg-card-tool.c: New.
* tools/gpg-card-tool-w32info.rc: New.
* tools/Makefile.am: Add new tool.
--
To support more cards than the OpenPGP card it is useful to have a
separate tool. It will have have the "gpg --card-edit" style
interactive interface as well as direct command line options for all
commands. In a first step the OpenPGP card will be supported, to
allow its use as an alternative to the gpg command, and the
forthcoming PIV card support.
The tool can be though as a direct interface to scdaemon.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tools/gpg-connect-agent-w32info.rc')
-rw-r--r-- | tools/gpg-connect-agent-w32info.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-connect-agent-w32info.rc b/tools/gpg-connect-agent-w32info.rc index 4e7b19d35..8c6735918 100644 --- a/tools/gpg-connect-agent-w32info.rc +++ b/tools/gpg-connect-agent-w32info.rc @@ -1,4 +1,4 @@ -/* scdaemon-w32info.rc -*- c -*- +/* gpg-connect-agent-w32info.rc -*- c -*- * Copyright (C) 2013 g10 Code GmbH * * This file is free software; as a special exception the author gives |