From e9a60224fdc75c3b0e57e35c2418870b4221e9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 20 Mar 2023 10:03:55 +0100 Subject: [PATCH] Add ChangeLog entry for driver-only EC J-PAKE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- ChangeLog.d/driver-only-ecjpake.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/driver-only-ecjpake.txt diff --git a/ChangeLog.d/driver-only-ecjpake.txt b/ChangeLog.d/driver-only-ecjpake.txt new file mode 100644 index 000000000..706f304c3 --- /dev/null +++ b/ChangeLog.d/driver-only-ecjpake.txt @@ -0,0 +1,5 @@ +Features + * When a PSA driver for EC J-PAKE is present, it is now possible to disable + MBEDTLS_ECJPAKE_C in the build in order to save code size. For the + corresponding TLS 1.2 key exchange to work, MBEDTLS_USE_PSA_CRYPTO needs + to be enabled.