|
Message-ID: <BLU0-SMTP178C3A49B6DCE66190A5CA6FDCB0@phx.gbl> Date: Thu, 2 Jan 2014 03:24:54 +0100 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: Re: Implementing --list=format-tests (help needed for --encoding=...) On 01/02/2014 03:06 AM, magnum wrote: > On 2014-01-02 02:18, Frank Dittrich wrote: >> I'll probably start counting the tests at 1 instead of 0 in the final >> version of my patch. > > I vote against that, it would just be confusing if eg. matching a > self-test failure to what test vector was used. OK, then I'll just add documentation for --list=format-tests. (Give me a few days.) > >> But this one segfaults (on linux-x86-native): >> $ ./john --list=format-tests --format=crypt --subformat=sunmd5 >> Segmentation fault (core dumped) >> >> This is the same bug I reported for ./john --test=0 --format=crypt >> --subformat=\? in my other mail. > > Hopefully fixed in ec9dcda. Unfortunately not. This looks good: $ ./john --test=0 --format=crypt --subformat=\? Subformat unkown to John. Currently supported: descrypt, md5crypt, bcrypt, sha256crypt, sha512crypt, sun-md5 $ ./john --test=0 --format=crypt --subformat=x Subformat unkown to John. Currently supported: descrypt, md5crypt, bcrypt, sha256crypt, sha512crypt, sun-md5 $ ./john --test=0 --format=crypt --subformat=xy xy not supported on this system But this doesn't: $ ./john --test=0 --format=crypt --subformat=sun-md5 On a Fedora 18 system (soon reaching EOL), linux-x86-native Segmentation fault (core dumped) With OpenSUSE 13.1 and linux-x86-64: Testing: crypt, generic crypt(3) SunMD5 [?/64]... FAILED (prepare) Frank
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.