From ff75643943dfbe0ed0a902a4c8550cf243f7f37c Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Wed, 1 Mar 2023 17:40:52 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882507f..c92f1ba 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 +# Changed +- Update `github.com/ProtonMail/go-crypto` to the latest version +- More strictly verify detached signatures: reject detached signatures from revoked and expired keys. +- In `GetVerifiedSignatureTimestamp`, use the new `VerifyDetachedSignatureAndHash` function to get the verified signature, instead of parsing the signature packets manually to get the timestamp. + ## [2.5.2] 2022-01-25 # Changed - Update `github.com/ProtonMail/go-crypto` to the latest version