From 138312315e2605e3eb987c3d40b10ea9b519a525 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 7 Oct 2024 11:27:37 +0200 Subject: [PATCH] Changelog entry for ECDSA conversion functions called with bits=0 Signed-off-by: Gilles Peskine --- ChangeLog.d/psa_util-bits-0.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/psa_util-bits-0.txt diff --git a/ChangeLog.d/psa_util-bits-0.txt b/ChangeLog.d/psa_util-bits-0.txt new file mode 100644 index 0000000000..9aa70ad978 --- /dev/null +++ b/ChangeLog.d/psa_util-bits-0.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix undefined behavior in some cases when mbedtls_psa_raw_to_der() or + mbedtls_psa_der_to_raw() is called with bits=0.