diff options
author | Werner Koch <[email protected]> | 2018-04-12 14:41:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-12 14:41:18 +0000 |
commit | 23a714598c247d78cfda46a6dc338b17e17cc194 (patch) | |
tree | 798bd93f1c022e5467c4da6452441b3ed68feaf4 /NEWS | |
parent | gpg: Relax printing of STATUS_FAILURE. (diff) | |
download | gnupg-23a714598c247d78cfda46a6dc338b17e17cc194.tar.gz gnupg-23a714598c247d78cfda46a6dc338b17e17cc194.zip |
gpg: Extend the ERRSIG status line with a fingerprint.
* g10/mainproc.c (issuer_fpr_raw): New.
(issuer_fpr_string): Re-implement using issuer_fpr_rtaw.
(check_sig_and_print): Don't free ISSUER_FPR. Use ISSUER_FPR_RAW.
Use write_status_printf. Extend ERRSIG status.
--
Modern OpenPGP implementations put the ISSUER_FPR into the signature
to make it easier to discover the, public needed to check the
signature. This is also useful in error messages and thus we add it.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Noteworthy changes in version 2.2.7 (unreleased) * gpg: New option --no-symkey-cache to disable the passphrase cache for symmetrical en- and decryption. + * gpg: The ERRSIG status now prints the fingerprint if that is part + of the signature. + Noteworthy changes in version 2.2.6 (2018-04-09) ------------------------------------------------ |