Skip to content

Commit

Permalink
Improve changelog for ECDSA verify fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <[email protected]>
  • Loading branch information
daverodgman committed Oct 27, 2022
1 parent 584200c commit a66e7ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.d/ecdsa-verify-fixes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +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.
* Fix ECDSA verification, where it was not always validating the
public key. This bug meant that it was possible to verify a
signature with an invalid public key, in some cases. Reported by
Guido Vranken in #4420.

0 comments on commit a66e7ed

Please sign in to comment.