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

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2021-04-09 17:13:15 +02:00
parent 9a1c092f8b
commit fd4fab0b24
+3
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.