mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 22:27:01 -04:00

mbedtls_mpi_read_binary{,_le} (in https://github.com/ARMmbed/mbedtls/pull/4276) and mbedtls_mpi_read_string (in https://github.com/ARMmbed/mbedtls/pull/4644) changed their behavior on an empty input from constructing an MPI object with one limb to not allocating a limb. In principle, this change should be transparent to applications, however it caused a bug in the library and it does affect the value when writing back out, so list the change in the changelog. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>