Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
6fce30fc493c92cf0cc5d6f8b3065996227e0597
/
.
/
ChangeLog.d
/
mpi_read_negative_zero.txt
blob: e338de70b17639d83e419419de928b4fbaa9dc8b [
file
] [
log
] [
blame
]
Bugfix
* mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated
as equal to 0 in all cases. Fix it to produce the same object as "0".