Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 13 Aug 2011 15:01:18 +0200
From: magnum <rawsmooth@...dband.net>
To: john-dev@...ts.openwall.com
Subject: Problems with the 0007 patch

Regardless of --encoding

linux-x86-64
Benchmarking: NT MD4 [128/128 X2 SSE2-16]... FAILED (get_key(15))
Benchmarking: MS-SQL [mssql]... FAILED (get_hash[0](0))

linux-x86-64-32-sse2
Benchmarking: NT MD4 [128/128 SSE2 + 32/32]... FAILED (get_key(3))
Benchmarking: MS-SQL SSE2 [mssql SSE2]... FAILED (get_hash[0](0))

linux-x86-64-32-mmx
Benchmarking: NT MD4 [32/32]... DONE
Benchmarking: MS-SQL MMX [mssql MMX]... FAILED (get_hash[0](0))

linux-x86-64-32-any
Benchmarking: NT MD4 [32/32]... DONE
Benchmarking: MS-SQL [mssql]... FAILED (get_hash[0](0))


The NT problem is trivial. In get_key_helper()

-		if (key[md4_size] == 0x80 && ((keybuffer[i+1]&0xFFFF) == 0 || 
md4_size == PLAINTEXT_LENGTH)) {
+		if (key[md4_size] == 0x80 && ((keybuffer[i+xBuf]&0xFFFF) == 0 || 
md4_size == PLAINTEXT_LENGTH)) {


I'm looking into mssql now

magnum

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.