commit | 138312315e2605e3eb987c3d40b10ea9b519a525 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Oct 07 11:27:37 2024 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Oct 28 10:09:18 2024 +0100 |
tree | ec9a15a77ea1e6ca6d44f59f269f77519faf74aa | |
parent | f7b62e063d2a818fa7d5bb50447ea2eb7a179a0e [diff] |
Changelog entry for ECDSA conversion functions called with bits=0 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/ChangeLog.d/psa_util-bits-0.txt b/ChangeLog.d/psa_util-bits-0.txt new file mode 100644 index 0000000..9aa70ad --- /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.