mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New list options "show-trustsig"
* g10/options.h (LIST_SHOW_TRUSTSIG): New. * g10/gpg.c (parse_list_options): Add "show-trustsig". * g10/keylist.c (parse_trust_name): New. (list_signature_print): Print trust signature info.
This commit is contained in:
parent
cfe7ad203a
commit
41d6ae8f41
5 changed files with 71 additions and 0 deletions
|
@ -463,6 +463,7 @@ EXTERN_UNLESS_MAIN_MODULE int memory_stat_debug_mode;
|
|||
#define LIST_SHOW_X509_NOTATIONS (1<<17)
|
||||
#define LIST_STORE_X509_NOTATIONS (1<<18)
|
||||
#define LIST_SHOW_OWNERTRUST (1<<19)
|
||||
#define LIST_SHOW_TRUSTSIG (1<<20)
|
||||
|
||||
#define VERIFY_SHOW_PHOTOS (1<<0)
|
||||
#define VERIFY_SHOW_POLICY_URLS (1<<1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue