Changelog for ECDSA verify fix
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
66bcadb47d
commit
d106308c83
1 changed files with 5 additions and 0 deletions
5
ChangeLog.d/ecdsa-verify-fixes.txt
Normal file
5
ChangeLog.d/ecdsa-verify-fixes.txt
Normal 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.
|
Loading…
Reference in a new issue