mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Print the signer's UID during verification.
* g10/parse-packet.c (parse_signature): Sanitize the value stored in SIGNERS_UID. * g10/mainproc.c (issuer_fpr_string): New. (check_sig_and_print): Print the signers' UID. Print the issuer fingerprint in --rfc4880bis mode. -- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
f2ea7e539c
commit
ed5c1b0b8a
3 changed files with 33 additions and 7 deletions
|
@ -231,7 +231,8 @@ typedef struct
|
|||
pka_info_t *pka_info; /* Malloced PKA data or NULL if not
|
||||
available. See also flags.pka_tried. */
|
||||
char *signers_uid; /* Malloced value of the SIGNERS_UID
|
||||
* subpacket. */
|
||||
* subpacket or NULL. This string has
|
||||
* already been sanitized. */
|
||||
subpktarea_t *hashed; /* All subpackets with hashed data (v4 only). */
|
||||
subpktarea_t *unhashed; /* Ditto for unhashed data. */
|
||||
/* First 2 bytes of the digest. (Serialized. Note: this is not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue