add to CHANGELOG

This commit is contained in:
Vincent Hanquez 2016-02-21 09:28:28 +00:00
parent 0ca7afcb87
commit b91c5889fa

View File

@ -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.