From c2495f78e6f5687271bd17b3b57ae1822d8c4a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 10 Mar 2023 12:04:33 +0100 Subject: [PATCH] Add a ChangeLog entry for driver-only ECDSA 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-ecdsa.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ChangeLog.d/driver-only-ecdsa.txt diff --git a/ChangeLog.d/driver-only-ecdsa.txt b/ChangeLog.d/driver-only-ecdsa.txt new file mode 100644 index 000000000..645a72374 --- /dev/null +++ b/ChangeLog.d/driver-only-ecdsa.txt @@ -0,0 +1,7 @@ +Features + * When a PSA driver for ECDSA is present, it is now possible to disable + MBEDTLS_ECDSA_C in the build in order to save code size. For PK, X.509 + and TLS to fully work, this requires MBEDTLS_USE_PSA_CRYPTO to be enabled. + Restartable/interruptible ECDSA operations in PK, X.509 and TLS are not + supported in those builds yet, as driver support for interruptible ECDSA + operations is not present yet.