From ef89fb80d749547cc19d6d60272a9e40ee1675a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 29 Sep 2023 12:26:47 +0200 Subject: [PATCH] Fix ChangeLog entry for FFDH in PSA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was jumping directly to "driver support" and omitting the first step of "PSA support". Signed-off-by: Manuel Pégourié-Gonnard --- ChangeLog.d/driver-ffdh.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.