commit | 5ab68ba679f252d21c3c5bfdca573a13dedd8720 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 17 13:10:48 2013 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Dec 17 13:11:18 2013 +0100 |
tree | 510998685362ed2a68599ebb2915e861a1aac4fc | |
parent | fdf946928d97a653666140d8b0625989f3ba2cc6 [diff] [blame] | |
parent | 69ab354239d34a66cc3bb20cf1b87d4e84ccc0ea [diff] [blame] |
Merged storing curves fully in ROM
diff --git a/ChangeLog b/ChangeLog index b0955e7..2ff3694 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -15,6 +15,7 @@ * Dropped use of readdir_r() instead of readdir() with threading support * More constant-time checks in the RSA module * Split off curves from ecp.c into ecp_curves.c + * Curves are now stored fully in ROM Bugfix * Fixed bug in mpi_set_bit() on platforms where t_uint is wider than int