summaryrefslogtreecommitdiffstats
path: root/openpgp/NEWS
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-06-07 16:52:17 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-06-08 11:09:39 +0200
commit4a2bb0042e4d89252fcde0e1094c40bf249765c5 (patch)
treed594fe06357618329c41efef6e0a84167d1a27b7 /openpgp/NEWS
parentb27e9e1d2ccc145dffb080d9e621699fd6111737 (diff)
openpgp: New error condition, UnsupportedCert2.
- In contrast to UnsupportedCert, this variant carries all the packets that we failed to parse into a cert. Notably, this includes primary keys that we don't understand. Keeping the packets with the errors allows us to at least roundtrip the packets.
Diffstat (limited to 'openpgp/NEWS')
-rw-r--r--openpgp/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpgp/NEWS b/openpgp/NEWS
index a69105d7..fd6611d0 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -4,7 +4,10 @@
* Changes in 1.10.0
** New functionality
+ - Error::UnsupportedCert2
- TryFrom<Packet> for Unknown
+** Deprecated functionality
+ - Error::UnsupportedCert, use Error::UnsupportedCert2 instead
* Changes in 1.9.0
** New functionality
- AEADAlgorithm::nonce_size replaces AEADAlgorithm::iv_size