|
Message-ID: <CABtNtWEJrdWuQOeuBp3ib=D+pdVDOPL8+Scj=P6V7JEtprdJmw@mail.gmail.com> Date: Tue, 18 Aug 2015 08:39:35 +0800 From: Kai Zhao <loverszhao@...il.com> To: john-dev@...ts.openwall.com Subject: Kai's weekly report #16 Hello, Accomplishments: 1. Add more test vectors to skein_256 and skein_512. https://github.com/magnumripper/JohnTheRipper/pull/1649/files 2. Fix: is_key_right() ignores the result of get_key() when invoked by the test_fmt_case(). Check the length of string returned by get_key() which should be between plaintext_min_length and plaintext_length. https://github.com/magnumripper/JohnTheRipper/commit/0d2e63cb1176d65dd24adfeeb07e98349dec4a15 3. Add test vector for vms to detect different code path. https://github.com/magnumripper/JohnTheRipper/pull/1661/files 4. Try to debug the bitcoin crash when ./john --test-full=0. Now we can reproduce this bug with wordlist mode. Opened an issue for this bug. https://github.com/magnumripper/JohnTheRipper/issues/1667 Priorities: 1. Add FMT_OMP_BAD for formats which are below 7.0, and add FAST_FORMATS_OMP for formats which are below 4.0. http://www.openwall.com/lists/john-dev/2015/08/16/15 2. Testing without SIMD, and different SIMD http://www.openwall.com/lists/john-dev/2015/08/15/16 3. Improve --test-full option. 3.1 Testing every index http://www.openwall.com/lists/john-dev/2015/08/16/12 http://www.openwall.com/lists/john-dev/2015/08/17/9 3.2 Improve the detection of FMT_* flags. Detect FMT_SPLIT_UNIFIES_CASE. 3.3 Handle formats which allows false positives. 3.4 Combine self-test and benchmark. 4. Figure out which C standard we want, document it, convert to it. Best regards, Kai
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.