commit | 5feb6702dd9238d0cd01c04ea9767e21af9181bf | [log] [tgz] |
---|---|---|
author | TRodziewicz <tomasz.rodziewicz@mobica.com> | Tue Apr 06 19:55:17 2021 +0200 |
committer | TRodziewicz <tomasz.rodziewicz@mobica.com> | Tue Apr 06 19:56:42 2021 +0200 |
tree | 456ff18e625133b749aa655e1898e17a7b019563 | |
parent | 782a7eab14ca6f4c32da0ae779ada232cea0ba63 [diff] [blame] |
Fix the Changelog and extend tests to cover the hash of all-bits zero Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/ChangeLog.d/issue1792.txt b/ChangeLog.d/issue1792.txt index 39dbe5b..bd3d248 100644 --- a/ChangeLog.d/issue1792.txt +++ b/ChangeLog.d/issue1792.txt
@@ -1,4 +1,4 @@ Bugfix - * Fix a bug in ECDSA that would cause it to fail when the payload is all-bits + * Fix a bug in ECDSA that would cause it to fail when the hash is all-bits zero. Fixes #1792