summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt/changes
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-10-15 19:55:15 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-10-15 19:55:15 +0800
commit0e3e8db5bfca0c579be55e7580a46c593c1384be (patch)
tree2b1a718f633fb95c1f2d689a591cf9e8642697f3 /libtomcrypt/changes
parent78e17f6ee9a944430da3e517ee1fe384fd6b275b (diff)
parent17873e8c922eded2cec86184673a6d110df6403f (diff)
merge from main
--HG-- branch : fuzz
Diffstat (limited to 'libtomcrypt/changes')
-rw-r--r--libtomcrypt/changes13
1 files changed, 13 insertions, 0 deletions
diff --git a/libtomcrypt/changes b/libtomcrypt/changes
index b43c1fd..dc56d08 100644
--- a/libtomcrypt/changes
+++ b/libtomcrypt/changes
@@ -1,3 +1,16 @@
+July 1st, 2018
+v1.18.2
+ -- Fix Side Channel Based ECDSA Key Extraction (CVE-2018-12437) (PR #408)
+ -- Fix potential stack overflow when DER flexi-decoding (CVE-2018-0739) (PR #373)
+ -- Fix two-key 3DES (PR #390)
+ -- Fix accelerated CTR mode (PR #359)
+ -- Fix Fortuna PRNG (PR #363)
+ -- Fix compilation on platforms where cc doesn't point to gcc (PR #382)
+ -- Fix using the wrong environment variable LT instead of LIBTOOL (PR #392)
+ -- Fix build on platforms where the compiler provides __WCHAR_MAX__ but wchar.h is not available (PR #390)
+ -- Fix & re-factor crypt_list_all_sizes() and crypt_list_all_constants() (PR #414)
+ -- Minor fixes (PR's #350 #351 #375 #377 #378 #379)
+
January 22nd, 2018
v1.18.1
-- Fix wrong SHA3 blocksizes, thanks to Claus Fischer for reporting this via Mail (PR #329)