summaryrefslogtreecommitdiffstats
path: root/scd/command.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-02-13 11:51:54 +0100
committerWerner Koch <wk@gnupg.org>2020-02-13 11:52:10 +0100
commit1ad84aabb410e56bea074b82a06fe32b2897b660 (patch)
treeb6971a32bbff825bdf53f8ab09c5b36c37fa0f4f /scd/command.c
parentagent: Allow signing with card key even without a stub key. (diff)
downloadgnupg2-1ad84aabb410e56bea074b82a06fe32b2897b660.tar.xz
gnupg2-1ad84aabb410e56bea074b82a06fe32b2897b660.zip
scd:openpgp: Return key creation time as part of KEYPARIINFO.
* scd/app-openpgp.c (send_keypair_info): Reaturn the key creation time as part of a KEYPAIRINFO. (do_readkey): Do not return the KEY-TIME anymore. -- Sending the KEY_TIME status as part of a READKEY command was only recently added. It is better to merge that into the KEYPAIRINFO line. Another patch with chnage this for the consumers of that info. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to '')
-rw-r--r--scd/command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/scd/command.c b/scd/command.c
index 1b8a0aa7e..c3ca93846 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -452,8 +452,9 @@ static const char hlp_learn[] =
" S KEYPAIRINFO <hexstring_with_keygrip> <hexstring_with_id> [<usage>]\n"
"\n"
"If there is no certificate yet stored on the card a single 'X' is\n"
- "returned as the keygrip. In addition to the keypair info, information\n"
- "about all certificates stored on the card is also returned:\n"
+ "returned as the keygrip. For more info see doc/DETAILS. In addition\n"
+ "to the keypair info, information about all certificates stored on the\n"
+ "card is also returned:\n"
"\n"
" S CERTINFO <certtype> <hexstring_with_id>\n"
"\n"