comparison libtomcrypt/changes @ 1711:e9dba7abd939

Merge libtomcrypt v1.18.2
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:16:13 +0800
parents 6dba84798cd5
children
comparison
equal deleted inserted replaced
1710:1ff2a1034c52 1711:e9dba7abd939
1 July 1st, 2018
2 v1.18.2
3 -- Fix Side Channel Based ECDSA Key Extraction (CVE-2018-12437) (PR #408)
4 -- Fix potential stack overflow when DER flexi-decoding (CVE-2018-0739) (PR #373)
5 -- Fix two-key 3DES (PR #390)
6 -- Fix accelerated CTR mode (PR #359)
7 -- Fix Fortuna PRNG (PR #363)
8 -- Fix compilation on platforms where cc doesn't point to gcc (PR #382)
9 -- Fix using the wrong environment variable LT instead of LIBTOOL (PR #392)
10 -- Fix build on platforms where the compiler provides __WCHAR_MAX__ but wchar.h is not available (PR #390)
11 -- Fix & re-factor crypt_list_all_sizes() and crypt_list_all_constants() (PR #414)
12 -- Minor fixes (PR's #350 #351 #375 #377 #378 #379)
13
1 January 22nd, 2018 14 January 22nd, 2018
2 v1.18.1 15 v1.18.1
3 -- Fix wrong SHA3 blocksizes, thanks to Claus Fischer for reporting this via Mail (PR #329) 16 -- Fix wrong SHA3 blocksizes, thanks to Claus Fischer for reporting this via Mail (PR #329)
4 -- Fix NULL-pointer dereference in `ccm_memory()` with LTC_CLEAN_STACK enabled (PR #327) 17 -- Fix NULL-pointer dereference in `ccm_memory()` with LTC_CLEAN_STACK enabled (PR #327)
5 -- Fix `ccm_process()` being unable to process input buffers longer than 256 bytes (PR #326) 18 -- Fix `ccm_process()` being unable to process input buffers longer than 256 bytes (PR #326)