From 67bad73e870477a2c44f843eac50f91c148db6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 9 Dec 2022 10:01:29 +0100 Subject: [PATCH] Add a ChangeLog entry for the ECDSA deterministic change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- ChangeLog.d/pk-sign-restartable.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/pk-sign-restartable.txt diff --git a/ChangeLog.d/pk-sign-restartable.txt b/ChangeLog.d/pk-sign-restartable.txt new file mode 100644 index 000000000..35da2be13 --- /dev/null +++ b/ChangeLog.d/pk-sign-restartable.txt @@ -0,0 +1,5 @@ +Changes + * When MBEDTLS_USE_PSA_CRYPTO and MBEDTLS_ECDSA_DETERMINISTIC are both + defined, mbedtls_pk_sign() now use deterministic ECDSA for ECDSA + signatures. This aligns the behaviour with MBEDTLS_USE_PSA_CRYPTO to + the behaviour without it, where deterministic ECDSA was already used.