mbedtls_mpi_read_string("-0") no longer produces a "negative zero"

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-04-09 17:11:34 +02:00
parent 2c8cfcf59f
commit cd7d074ff9

View file

@ -0,0 +1,3 @@
Bugfix
* Fix mbedtls_mpi_read_string on "-0" returning a ``negative zero'' object,
which the library does fully consistently treat as equal to zero.