aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2021-07-01 17:00:38 +0100
committerDave Rodgman <dave.rodgman@arm.com>2021-07-01 17:00:38 +0100
commit0eb215f4a40ff4c944f8fab9a1776224f87898cb (patch)
treeb5ab5e22431a0b1ec7733a95afcf3d8020eb3b2b /ChangeLog
parentaa6a9b17257a9e5c7d5d06ad6e1ce680c8f5a451 (diff)
downloadmbedtls-0eb215f4a40ff4c944f8fab9a1776224f87898cb.zip
mbedtls-0eb215f4a40ff4c944f8fab9a1776224f87898cb.tar.gz
mbedtls-0eb215f4a40ff4c944f8fab9a1776224f87898cb.tar.bz2
Update changelog to cover #4246 and #4158
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc03d48..042c257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -303,6 +303,10 @@ Features
directly, which is no longer supported.
* Implement psa_mac_compute() and psa_mac_verify() as defined in the
PSA Cryptograpy API 1.0.0 specification.
+ * Introduce PSA_WANT_ECC_XXX for ECC curves, and PSA_WANT_CCM/GCM/CMAC,
+ which are used to decide at build time which cryptographic mechanisms to
+ include in the PSA Cryptography interface. For more information, please see
+ (https://github.com/ARMmbed/mbedtls/blob/development/docs/proposed/psa-conditional-inclusion-c.md).
Security
* Fix a bias in the generation of finite-field Diffie-Hellman-Merkle (DHM)