Minos Galanakis | 9314555 | 2025-09-09 18:54:52 +0100 | [diff] [blame^] | 1 | Security |
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. |