mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New list-option --show-unusable-sigs.
* g10/options.h (LIST_SHOW_UNUSABLE_SIGS): New. * g10/gpg.c (parse_list_options): Add "show-unusable-sigs". * g10/keydb.h (keyid_eq): New. (pk_is_primary): New. * g10/keylist.c (list_signature_print): Early return for weak key signatures. Print "self-signature" instead of user-id. (list_keyblock_print): Simplify and always set self-sig node flag. -- This patch avoid the printing of often hundreds of "Invalid digest algorithm" notices during key signature listings if those key signatures were done with SHA1. The new option can be used to revert the behaviour. We now also print "[self-signature]" with --check-sigs or --list-sigs instead of the primary user id. This makes such listing easier to read.
This commit is contained in:
parent
8b8a8b246c
commit
103acfe9ca
7 changed files with 66 additions and 33 deletions
|
@ -1405,6 +1405,10 @@ give the opposite meaning. The options are:
|
|||
@opindex list-options:show-unusable-subkeys
|
||||
Show revoked and expired subkeys in key listings. Defaults to no.
|
||||
|
||||
@item show-unusable-sigs
|
||||
@opindex list-options:show-unusable-sigs
|
||||
Show key signature made using weak or unsupported algorithms.
|
||||
|
||||
@item show-keyring
|
||||
@opindex list-options:show-keyring
|
||||
Display the keyring name at the head of key listings to show which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue