mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: new list-option store-x509-notations.
* g10/options.h (LIST_STORE_X509_NOTATIONS): New. * g10/gpg.c (parse_list_options): Add "store-x509-notations". * g10/keylist.c (print_x509_notations): Add arg PK and code to write a file. (list_signature_print): Add arg lastpk and handle new option. (list_keyblock_print): Track last key or subkey and pass to list_signature_print.
This commit is contained in:
parent
14c1b73093
commit
f78501c545
4 changed files with 54 additions and 8 deletions
|
@ -2087,6 +2087,7 @@ parse_list_options(char *str)
|
|||
{"show-user-notations",LIST_SHOW_USER_NOTATIONS,NULL,
|
||||
N_("show user-supplied notations during signature listings")},
|
||||
{"show-x509-notations",LIST_SHOW_X509_NOTATIONS,NULL, NULL },
|
||||
{"store-x509-notations",LIST_STORE_X509_NOTATIONS,NULL, NULL },
|
||||
{"show-keyserver-urls",LIST_SHOW_KEYSERVER_URLS,NULL,
|
||||
N_("show preferred keyserver URLs during signature listings")},
|
||||
{"show-uid-validity",LIST_SHOW_UID_VALIDITY,NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue