aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2014-02-06 15:55:25 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2014-02-06 15:55:25 +0100
commit2ceda579893ceb23c5eb0d56df47dc235644e0f4 (patch)
tree974f319e5d4ea077bfcda92497988cc1ceed1fa4 /ChangeLog
parentcd6d69a414711be7a66f676f685aab007592dbbc (diff)
downloadmbedtls-2ceda579893ceb23c5eb0d56df47dc235644e0f4.zip
mbedtls-2ceda579893ceb23c5eb0d56df47dc235644e0f4.tar.gz
mbedtls-2ceda579893ceb23c5eb0d56df47dc235644e0f4.tar.bz2
Ability to force the Entropy module to use SHA-256 as its basis
By default the SHA-512 module is used if both are available. On some systems, SHA-256 is the better choice. Contributed by: Gergely Budai
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baf67fe..2e2ecb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@ Features
and CRLs
* Single Platform compatilibity layer (for memory / printf / fprintf)
* Ability to provide alternate timing implementation
+ * Ability to force the entropy module to use SHA-256 as its basis
+ (POLARSSL_ENTROPY_FORCE_SHA256)
Changes
* Deprecated the Memory layer