From 8f38bb9172298dc070e1f7924246ce8689118cd8 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 26 Feb 2019 21:53:29 +0100 Subject: [PATCH] Add some missing notes on bugfixes to changes.txt --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index b33a76016..ee040c275 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -21,6 +21,8 @@ - Fixed the 7-Zip parser to allow the entire supported range of encrypted and decrypted data lengths - Fixed incorrect progress-only result in a special race condition - Fixed maximum password length limit which was announced as 256 but actually was 255 +- Fixed cracking raw Streebog-HMAC 256 and 512 hashes with password of length >= 64 +- Fixed cracking raw Whirlpool hashes cracking with password of length >= 32 ## ## Improvements