From eae7fce8296404563632062281c3dc7da32f43db Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 6 Feb 2024 14:40:59 +0100 Subject: [PATCH] add changelog Signed-off-by: Valerio Setti --- ChangeLog.d/8030.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ChangeLog.d/8030.txt diff --git a/ChangeLog.d/8030.txt b/ChangeLog.d/8030.txt new file mode 100644 index 0000000000..d99c9e7e4d --- /dev/null +++ b/ChangeLog.d/8030.txt @@ -0,0 +1,7 @@ +Changes + * Extended PSA Crypto configurations options for FFDH by making it possible + to select only some of the parameters / groups, with the macros + PSA_WANT_DH_RFC7919_XXXX. You now need to defined the corresponding macro + for each size you want to support. Also, if you have an FFDH accelerator, + you'll need to define the appropriate MBEDTLS_PSA_ACCEL macros to signal + support for these domain parameters.