1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-01 05:01:58 +03:00

Merge pull request #4323 from gilles-peskine-arm/ecp-add-fix-changelog-development

Changelog entry for mbedtls_mpi_read_string("-0")
This commit is contained in:
Manuel Pégourié-Gonnard
2021-04-13 09:57:10 +02:00
committed by GitHub

View File

@@ -0,0 +1,3 @@
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".