summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-02-22 12:28:27 +0100
committerJustus Winter <justus@sequoia-pgp.org>2022-02-22 14:12:27 +0100
commit95567183719ef14ecd098ac8be9714ef2c4a93a5 (patch)
tree913ce89ed02ad827be086625041b0480ff6b214d /openpgp/NEWS
parent347416175320c0b93ef71debece5b341d4e36fd5 (diff)
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.
Diffstat (limited to 'openpgp/NEWS')
-rw-r--r--openpgp/NEWS1
1 files changed, 1 insertions, 0 deletions
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.