From d76ebb94e1c3b46de8c444eae46ca0c3b71a4b2e Mon Sep 17 00:00:00 2001 From: marin thiercelin Date: Wed, 15 Dec 2021 11:10:42 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b81ae0..3c51eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Fixed +- Fix the verification of PGP/MIME message signatures: + - Improve the handling of the dual verification status so that it is considered invalid if both embedded and PGP/MIME signatures are invalid. + - start calling `callback.OnVerified(status int)` to communicate the status verification of the message. + ## [2.3.0] 2021-11-15 ### Added - `Key.IsRevoked()` to check the revocation status of a key