Files
mbedtls/library
Gilles Peskine ab6ab6aaf0 Fix multiplication producing a negative zero
Fix mbedtls_mpi_mul_mpi() when one of the operands is zero and the
other is negative. The sign of the result must be 1, since some
library functions do not treat {-1, 0, NULL} or {-1, n, {0}} as
representing the value 0.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-22 18:48:37 +02:00
..
2021-05-25 18:45:46 +02:00
2021-03-04 14:43:17 +00:00
2021-06-21 10:14:41 +02:00
2021-06-10 10:40:37 +02:00
2020-11-16 13:07:51 +01:00
2020-09-09 15:17:11 +02:00
2021-02-22 19:40:41 +01:00