From 08e0424d52db3d16dd0045bebf01cf32a06b4a33 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 22 Jan 2018 10:06:54 +0100 Subject: [PATCH] Update changes --- changes | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changes b/changes index 192a341..b43c1fd 100644 --- a/changes +++ b/changes @@ -1,10 +1,14 @@ -December FIXME, 2017 +January 22nd, 2018 v1.18.1 -- Fix wrong SHA3 blocksizes, thanks to Claus Fischer for reporting this via Mail (PR #329) -- Fix NULL-pointer dereference in `ccm_memory()` with LTC_CLEAN_STACK enabled (PR #327) -- Fix `ccm_process()` being unable to process input buffers longer than 256 bytes (PR #326) -- Fix the `register_all_{ciphers,hashes,prngs}()` return values (PR #316) - -- Fix some typos, warnings and duplicate prototypes in code & doc (PR's #310 #320 #321) + -- Fix some typos, warnings and duplicate prototypes in code & doc (PR's #310 #320 #321 #335) + -- Fix possible undefined behavior with LTC_PTHREAD (PR #337) + -- Fix some DER bugs (PR #339) + -- Fix CTR-mode when accelerator is used (OP-TEE/optee_os #2086) + -- Fix installation procedure (Issue #340) October 10th, 2017 v1.18.0