Changelog for ECDSA verify fix

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2022-08-10 13:41:11 +01:00
parent 66bcadb47d
commit d106308c83

View file

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