From 4a2bb0042e4d89252fcde0e1094c40bf249765c5 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 7 Jun 2022 16:52:17 +0200 Subject: 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. --- openpgp/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openpgp/NEWS') 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 for Unknown +** Deprecated functionality + - Error::UnsupportedCert, use Error::UnsupportedCert2 instead * Changes in 1.9.0 ** New functionality - AEADAlgorithm::nonce_size replaces AEADAlgorithm::iv_size -- cgit v1.2.3