mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: new list-option show-x509-notations
* g10/gpg.c (parse_list_options): Add new option. * g10/options.h (LIST_SHOW_X509_NOTATIONS): New. * g10/build-packet.c (search_sig_notations): New. * g10/keylist.c (print_x509_notations): New. (list_signature_print): Use macros for the sig classes. Call print_x509_notations. (list_keyblock_print): Call list_signature_print if x509 notation printing is enabled.
This commit is contained in:
parent
81536535f8
commit
14c1b73093
6 changed files with 134 additions and 16 deletions
|
@ -1410,6 +1410,12 @@ give the opposite meaning. The options are:
|
|||
Show all, IETF standard, or user-defined signature notations in the
|
||||
@option{--check-signatures} listings. Defaults to no.
|
||||
|
||||
@item show-x509-notations
|
||||
@opindex list-options:show-x509-notations
|
||||
Print X.509 certificates embedded in key signatures as PEM data.
|
||||
This is intended for debugging and the output format may change
|
||||
without notice.
|
||||
|
||||
@item show-keyserver-urls
|
||||
@opindex list-options:show-keyserver-urls
|
||||
Show any preferred keyserver URL in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue