From b91c5889fab66f640ec48bd149550e5c7268c6dd Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 21 Feb 2016 09:28:28 +0000 Subject: [PATCH] add to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5238633..88ed3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.13 + +* *SECURITY* Fix buffer overflow issue in SHA384, copying 16 extra bytes from + the SHA512 context to the destination memory pointer leading to memory + corruption, segfault. (Mikael Bung) + ## 0.12 * Fix compilation issue with Ed448 on 32 bits machine.