Gilles Peskine | 6bba0a8 | 2024-06-26 23:32:50 +0200 | [diff] [blame] | 1 | Security |
2 | * Fix a stack buffer overflow in mbedtls_ecdsa_der_to_raw() and | ||||
Gilles Peskine | a9e7ac9 | 2024-06-27 10:59:55 +0200 | [diff] [blame] | 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. |