mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
wks: Print the UID creation time with gpg-wks-client --check.
* tools/gpg-wks.h (uidinfo_list_s): Add field 'created'. * tools/wks-util.c (append_to_uidinfo_list): Add arf 'created'. (wks_list_key): Pass timestamp to append_to_uidinfo_list. * tools/gpg-wks-client.c (command_check): Print UID creation time. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
4e0696de89
commit
a0035986a8
3 changed files with 6 additions and 2 deletions
|
@ -662,6 +662,7 @@ command_check (char *userid)
|
|||
if (opt.verbose)
|
||||
{
|
||||
log_info (" user-id: %s\n", sl->uid);
|
||||
log_info (" created: %s\n", asctimestamp (sl->created));
|
||||
if (sl->mbox)
|
||||
log_info (" addr-spec: %s\n", sl->mbox);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue