diff options
author | Werner Koch <[email protected]> | 2019-09-05 10:59:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-09-05 11:02:59 +0000 |
commit | 4e701953fec6efb10aaf34373e648b1dcafba054 (patch) | |
tree | 013cd3feeada4f6fef8a4cf9bad1fbd249cd0479 /scd/scdaemon.c | |
parent | agent: Fix ask_for_card to allow a key on multiple cards. (diff) | |
download | gnupg-4e701953fec6efb10aaf34373e648b1dcafba054.tar.gz gnupg-4e701953fec6efb10aaf34373e648b1dcafba054.zip |
scd: New debug flag "app".
* scd/scdaemon.h (DBG_APP_VALUE, DBG_APP): New.
* scd/scdaemon.c (debug_flags): Add "app".
* scd/app.c (xstrapptype): New.
(app_readcert, app_readkey, app_getattr): Add debug output.
(app_setattr, app_sign, app_auth): Ditto.
(app_writecert, app_writekey, app_change_pin): Ditto.
(app_check_pin): Ditto.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index e89569e5d..1796db386 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -177,6 +177,7 @@ static struct debug_flags_s debug_flags [] = { DBG_IPC_VALUE , "ipc" }, { DBG_CARD_IO_VALUE, "cardio" }, { DBG_READER_VALUE , "reader" }, + { DBG_APP_VALUE , "app" }, { 0, NULL } }; |