blob: b41b0461abb48760ba66ed70748baac0d011c0cd [file] [log] [blame]
Dave Rodgmand1063082022-08-10 13:41:11 +01001Bugfix
Dave Rodgman5d13e5e2022-10-27 20:34:21 +01002 * 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 Rodgmance48c922022-10-27 20:36:47 +01005 Guido Vranken using Cryptofuzz in #4420.