aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <gilles.peskine@arm.com>2023-09-29 13:17:53 +0000
committerGitHub <noreply@github.com>2023-09-29 13:17:53 +0000
commit673fec0c8c15a441828e97fa53632e05ab58f32b (patch)
tree8f536ce69f82140f1ea9156dcdf07aa0eb430d4b
parent16e9256fe86c24bb5e00638762f2c9cefd962592 (diff)
parentef89fb80d749547cc19d6d60272a9e40ee1675a6 (diff)
downloadmbedtls-673fec0c8c15a441828e97fa53632e05ab58f32b.tar.gz
Merge pull request #8277 from mpg/cl-ffdh-psa
Fix ChangeLog entry for FFDH in PSA
-rw-r--r--ChangeLog.d/driver-ffdh.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog.d/driver-ffdh.txt b/ChangeLog.d/driver-ffdh.txt
index 118513304..a9fa6414e 100644
--- a/ChangeLog.d/driver-ffdh.txt
+++ b/ChangeLog.d/driver-ffdh.txt
@@ -1,3 +1,5 @@
Features
- * Add a driver dispatch layer for FFDH keys, enabling alternative
+ * Add support for the FFDH algorithm and DH key types in PSA, with
+ parameters from RFC 7919. This includes a built-in implementation based
+ on MBEDTLS_BIGNUM_C, and a driver dispatch layer enabling alternative
implementations of FFDH through the driver entry points.