mbedtls/ChangeLog.d/ecdsa-verify-fixes.txt
Dave Rodgman d106308c83 Changelog for ECDSA verify fix
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2022-08-19 11:16:37 +01:00

5 lines
244 B
Text

Bugfix
* Fix ECDSA verification, where it was failing to validate the public key
for signatures where R == 1 and S == 1. This bug meant that it was
possible to verify such signatures with an invalid public key, in some
cases.