Dave Rodgman | d106308 | 2022-08-10 13:41:11 +0100 | [diff] [blame] | 1 | Bugfix |
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. |