1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104

Fix ECP arithmetic bug and read of zero-padded negative number
This commit is contained in:
Gilles Peskine
2021-04-09 16:46:06 +02:00
committed by GitHub
8 changed files with 330 additions and 34 deletions

View File

@ -250,6 +250,7 @@
<ClInclude Include="..\..\tests\include\test\drivers\test_driver.h" />
<ClInclude Include="..\..\library\check_crypto_config.h" />
<ClInclude Include="..\..\library\common.h" />
<ClInclude Include="..\..\library\ecp_invasive.h" />
<ClInclude Include="..\..\library\mps_common.h" />
<ClInclude Include="..\..\library\mps_error.h" />
<ClInclude Include="..\..\library\mps_reader.h" />