aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2013-12-31 10:32:50 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2013-12-31 10:33:47 +0100
commitc73879139eaaec5e4707cb98d50cb993b7285dff (patch)
treeed19efb542e881c2324515b8c7df03bf7ec7c921 /ChangeLog
parent53e1513fea1f322e967488039a3d4166b2fa31e4 (diff)
parent26bc1c0f5d2d7a966aec9da5488afa57505f9bee (diff)
downloadmbedtls-c73879139eaaec5e4707cb98d50cb993b7285dff.zip
mbedtls-c73879139eaaec5e4707cb98d50cb993b7285dff.tar.gz
mbedtls-c73879139eaaec5e4707cb98d50cb993b7285dff.tar.bz2
Merged ECP memory usage optimizations
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3078c58..030d720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ Changes
* 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
+ * Memory usage optimizations in ECP module
Bugfix
* Fixed bug in mpi_set_bit() on platforms where t_uint is wider than int