aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2013-12-17 13:10:48 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2013-12-17 13:11:18 +0100
commit5ab68ba679f252d21c3c5bfdca573a13dedd8720 (patch)
tree510998685362ed2a68599ebb2915e861a1aac4fc /ChangeLog
parentfdf946928d97a653666140d8b0625989f3ba2cc6 (diff)
parent69ab354239d34a66cc3bb20cf1b87d4e84ccc0ea (diff)
downloadmbedtls-5ab68ba679f252d21c3c5bfdca573a13dedd8720.zip
mbedtls-5ab68ba679f252d21c3c5bfdca573a13dedd8720.tar.gz
mbedtls-5ab68ba679f252d21c3c5bfdca573a13dedd8720.tar.bz2
Merged storing curves fully in ROM
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0955e7..2ff3694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ Changes
* 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