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
|
@ -1416,6 +1416,12 @@ give the opposite meaning. The options are:
|
|||
This is intended for debugging and the output format may change
|
||||
without notice.
|
||||
|
||||
@item store-x509-notations
|
||||
@opindex list-options:store-x509-notations
|
||||
Store X.509 certificates embedded in key signatures as PEM data
|
||||
files. The filename consists the 4 byte key ID of the certificate,
|
||||
a dash, the fingerprint of the key or subkey, and the suffix ".pem".
|
||||
|
||||
@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