commit | e589f5fcf176d1b13ff0152ab387d6560e9af8da | [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 07 11:28:09 2024 +0200 |
tree | 0248dfd77f16dac1c7a9df3be14eaafc47f03cd6 | |
parent | 13920172632da8aa777f1b769ffc69dfbf599204 [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.