Dave Rodgman | d106308 | 2022-08-10 13:41:11 +0100 | [diff] [blame] | 1 | Bugfix |
Dave Rodgman | 5d13e5e | 2022-10-27 20:34:21 +0100 | [diff] [blame] | 2 | * Fix ECDSA verification, where it was not always validating the |
3 | public key. This bug meant that it was possible to verify a | ||||
4 | signature with an invalid public key, in some cases. Reported by | ||||
Dave Rodgman | ce48c92 | 2022-10-27 20:36:47 +0100 | [diff] [blame] | 5 | Guido Vranken using Cryptofuzz in #4420. |