blob: 83b7f2f88ba66d20d6ac855c0a7d121daf10f707 [file] [log] [blame]
Minos Galanakis93145552025-09-09 18:54:52 +01001Security
2 * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and
3 mbedtls_ecdsa_raw_to_der() when the bits parameter is larger than the
4 largest supported curve. In some configurations with PSA disabled,
5 all values of bits are affected. This never happens in internal library
6 calls, but can affect applications that call these functions directly.