From 4a05bc73125f5f877f7df2e8cf5a4ccf1fef5487 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 9 Jan 2023 09:09:02 +0100 Subject: [PATCH] Added missing entry in CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5d3a5..224dd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,6 +151,8 @@ boundaries. The API changes increase consistency. - Rewrote the manual into proper man pages. - Added incremental interfaces for authenticated encryption and signatures. +- Replaced `crypto_memcmp()` by 3 fixed size buffer comparisons (16, 32, + and 64 bytes), to make sure the generated code remains constant time. - A couple breaking API changes, easily fixed by renaming the affected functions. -- 2.47.3