From 5d13e5e568aed78745b0e2d4552e25f65c369c6f Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 27 Oct 2022 20:34:21 +0100 Subject: [PATCH] Improve changelog for ECDSA verify fix Signed-off-by: Dave Rodgman --- ChangeLog.d/ecdsa-verify-fixes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.d/ecdsa-verify-fixes.txt b/ChangeLog.d/ecdsa-verify-fixes.txt index 6dbd4702e5..166f91ecb1 100644 --- a/ChangeLog.d/ecdsa-verify-fixes.txt +++ b/ChangeLog.d/ecdsa-verify-fixes.txt @@ -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.