d106308c83
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
5 lines
244 B
Text
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.
|