From 95567183719ef14ecd098ac8be9714ef2c4a93a5 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 22 Feb 2022 12:28:27 +0100 Subject: openpgp: Support v5 fingerprints. - Supporting v5 fingerprints is important so that we can process signature subpackets containing them, even if we don't yet support any v5 formats. Consider being part of a group of recipients where one of the recipients has a v5 key: then, the intended recipient fingerprint subpacket contains a v5 fingerprint for that v5 recipient. See also #820. --- openpgp/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'openpgp/NEWS') diff --git a/openpgp/NEWS b/openpgp/NEWS index 22b822d9..450ce629 100644 --- a/openpgp/NEWS +++ b/openpgp/NEWS @@ -5,6 +5,7 @@ * Changes in 1.8.0 ** New functionality - crypto::Signer::acceptable_hashes + - Fingerprint::V5 * Changes in 1.7.0 ** Notable fixes - sequoia-openpgp can now be compiled to WASM. -- cgit v1.2.3