Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 27 May 2012 12:59:49 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: mschapv2 conversion

On 05/27/2012 12:11 PM, deepika dutta wrote:
> Hi,
> I don't know why my earlier mail to john-dev is not visible on the mailing list, so I am resending the email along with updated patch.
> 
>> I have completed the bitsliced conversion for mschap. I tested using the samples provided in mschapv2_fmt_plug.c and everything is working fine. I have attached >the patch, I hope so I created the patch correctly. I have also attached appropriate source files.

Your patch does not apply cleanly to the git tree nor to a pristine
Jumbo-5 (or is it just me?). I tried using the separate files instead
but it fails building:

DES_bs_b.c: In function ‘DES_bs_crypt_one’:
DES_bs_b.c:1576:2: warning: implicit declaration of function
‘DES_bs_finalize_keys’ [-Wimplicit-function-declaration]
DES_bs_b.c:1586:19: error: incompatible types when assigning to type
‘DES_bs_vector’ from type ‘long int *’
DES_bs_b.c:1589:3: warning: implicit declaration of function
‘for_each_depth’ [-Wimplicit-function-declaration]
DES_bs_b.c:1590:3: error: expected ‘;’ before ‘s1’
DES_bs_b.c:1594:3: error: expected ‘;’ before ‘s2’
DES_bs_b.c:1598:3: error: expected ‘;’ before ‘s3’
DES_bs_b.c:1602:3: error: expected ‘;’ before ‘s4’
DES_bs_b.c:1606:3: error: expected ‘;’ before ‘s5’
DES_bs_b.c:1610:3: error: expected ‘;’ before ‘s6’
DES_bs_b.c:1614:3: error: expected ‘;’ before ‘s7’
DES_bs_b.c:1618:3: error: expected ‘;’ before ‘s8’
DES_bs_b.c:1623:3: error: expected ‘;’ before ‘s1’
DES_bs_b.c:1627:3: error: expected ‘;’ before ‘s2’
DES_bs_b.c:1631:3: error: expected ‘;’ before ‘s3’
DES_bs_b.c:1635:3: error: expected ‘;’ before ‘s4’
DES_bs_b.c:1639:3: error: expected ‘;’ before ‘s5’
DES_bs_b.c:1643:3: error: expected ‘;’ before ‘s6’
DES_bs_b.c:1647:3: error: expected ‘;’ before ‘s7’
DES_bs_b.c:1651:3: error: expected ‘;’ before ‘s8’
make[1]: *** [DES_bs_b.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [linux-x86-64-gpu] Error 2


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.