comparison libtommath/changes.txt @ 1655:f52919ffd3b1

update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79) * make key-generation compliant to FIPS 186.4 * fix includes in tommath_class.h * update fuzzcorpus instead of error-out * fixup fuzzing make-targets * update Makefile.in * apply necessary patches to ltm sources * clean-up not required ltm files * update to vanilla ltm 1.1.0 this already only contains the required files * remove set/get double
author Steffen Jaeckel <s_jaeckel@gmx.de>
date Mon, 16 Sep 2019 15:50:38 +0200
parents 8bba51a55704
children 1051e4eea25a
comparison
equal deleted inserted replaced
1654:cc0fc5131c5c 1655:f52919ffd3b1
1 XXX, 2017 1 Jan 28th, 2019
2 v1.1.0
3 -- Christoph Zurnieden contributed FIPS 186.4 compliant
4 prime-checking (PR #113), several other fixes and a load of documentation
5 -- Daniel Mendler provided two's-complement functions (PR #124)
6 and mp_{set,get}_double() (PR #123)
7 -- Francois Perrad took care of linting the sources, provided all fixes and
8 a astylerc to auto-format the sources.
9 -- A bunch of patches by Kevin B Kenny have been back-ported from TCL
10 -- Jan Nijtmans provided the patches to `const`ify all API
11 function arguments (also from TCL)
12 -- mp_rand() has now several native random provider implementations
13 and doesn't rely on `rand()` anymore
14 -- Karel Miko provided fixes when building for MS Windows
15 and re-worked the makefile generating process
16 -- The entire environment and build logic has been extended and improved
17 regarding auto-detection of platforms, libtool and a lot more
18 -- Prevent some potential BOF cases
19 -- Improved/fixed mp_lshd() and mp_invmod()
20 -- A load more bugs were fixed by various contributors
21
22
23 Aug 29th, 2017
2 v1.0.1 24 v1.0.1
3 -- Dmitry Kovalenko provided fixes to mp_add_d() and mp_init_copy() 25 -- Dmitry Kovalenko provided fixes to mp_add_d() and mp_init_copy()
4 -- Matt Johnston contributed some improvements to mp_div_2d(), 26 -- Matt Johnston contributed some improvements to mp_div_2d(),
5 mp_exptmod_fast(), mp_mod() and mp_mulmod() 27 mp_exptmod_fast(), mp_mod() and mp_mulmod()
6 -- Julien Nabet provided a fix to the error handling in mp_init_multi() 28 -- Julien Nabet provided a fix to the error handling in mp_init_multi()