Improve description of who is affected

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-06-27 10:59:55 +02:00
parent db81d7efb0
commit a9e7ac9811

View File

@ -1,4 +1,6 @@
Security Security
* Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and
mbedtls_ecdsa_raw_to_der() when curve_bits is larger than the mbedtls_ecdsa_raw_to_der() when the bits parameter is larger than the
largest supported curve. largest supported curve. In some configurations with PSA disabled,
all values of bits are affected. This never happens in internal library
calls, but can affect applications that call these functions directly.