diff options
author | Werner Koch <wk@gnupg.org> | 2024-03-14 20:58:01 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-03-14 20:58:01 +0100 |
commit | f78501c54532fe091174b1b8a1c747fa4c4cda4f (patch) | |
tree | 0093428791430922782861c008389be8152812c6 /doc | |
parent | gpg: new list-option show-x509-notations (diff) | |
download | gnupg2-f78501c54532fe091174b1b8a1c747fa4c4cda4f.tar.xz gnupg2-f78501c54532fe091174b1b8a1c747fa4c4cda4f.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index fb8d0f578..e3a6109c9 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -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 |