blob: 6dbd4702e538d2db7f154dd6e0deb53040d9e8b7 [file] [log] [blame]
Dave Rodgmand1063082022-08-10 13:41:11 +01001Bugfix
2 * Fix ECDSA verification, where it was failing to validate the public key
3 for signatures where R == 1 and S == 1. This bug meant that it was
4 possible to verify such signatures with an invalid public key, in some
5 cases.