From c9a9f0b799a008d5eca00f7d67c5f765da71b173 Mon Sep 17 00:00:00 2001 From: "M. Thiercelin" Date: Thu, 17 Mar 2022 10:44:50 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b21855..c60bdbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed - Update dependency `github.com/ProtonMail/go-mime`. It makes the parsing of MIME messages more flexible to messages with no specified charsets. +- Fix the verification of PGP/MIME signature, the signature is now verified +against the canonicalized content rather than the raw content. ## [2.4.5] 2022-03-01