mbedtls/ChangeLog.d
Gilles Peskine 6260b70717 mbedtls_mpi_sub_abs: fix buffer overflow in error case
Fix a buffer overflow in mbedtls_mpi_sub_abs() when calculating
|A| - |B| where |B| is larger than |A| and has more limbs (so the
function should return MBEDTLS_ERR_MPI_NEGATIVE_VALUE).

Fix #4042

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-02-01 17:27:06 +01:00
..
00README.md When to write a changelog: minor improvements 2020-10-01 00:34:22 +02:00
mpi_sub_abs.txt mbedtls_mpi_sub_abs: fix buffer overflow in error case 2021-02-01 17:27:06 +01:00
rsa_private-ret.txt Fix an incorrect error code if RSA private operation glitched 2021-01-06 20:55:34 +01:00