aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-04-12 14:41:05 +0000
committerWerner Koch <[email protected]>2018-04-12 14:41:18 +0000
commit23a714598c247d78cfda46a6dc338b17e17cc194 (patch)
tree798bd93f1c022e5467c4da6452441b3ed68feaf4 /NEWS
parentgpg: Relax printing of STATUS_FAILURE. (diff)
downloadgnupg-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 403c2a05f..cd547a1eb 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
------------------------------------------------