I am looking at adding some tests based on John the Ripper to the test suite repository. http://www.openwall.com/john/ Does anyone have a problem with this? Are there specific algorithms people would like to see benchmarked? Thx Chris Matthews chris.matthews@.com (408) 783-6335 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130711/f7b5f4b9/attachment.html>
Be careful about license issues. I.e. gpl. On 07/11/2013 05:00 PM, Chris Matthews wrote:> I am looking at adding some tests based on John the Ripper to the test > suite repository. > > http://www.openwall.com/john/ > > Does anyone have a problem with this? > > Are there specific algorithms people would like to see benchmarked? > > Thx > > Chris Matthews > chris.matthews@.com > (408) 783-6335 > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Yes, it looks like the core is all GPL2. But they go on a file-by-file basis. Chris Matthews chris.matthews at apple.com (408) 783-6335 On Jul 11, 2013, at 5:29 PM, Reed Kotler <rkotler at mips.com> wrote:> Be careful about license issues. > > I.e. gpl. > > > On 07/11/2013 05:00 PM, Chris Matthews wrote: >> I am looking at adding some tests based on John the Ripper to the test >> suite repository. >> >> http://www.openwall.com/john/ >> >> Does anyone have a problem with this? >> >> Are there specific algorithms people would like to see benchmarked? >> >> Thx >> >> Chris Matthews >> chris.matthews@.com >> (408) 783-6335 >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130711/6be00196/attachment.html>
Hey thanks. I'd always meant to get that in. :) Might want to check export restrictions as well. On Jul 11, 2013 5:03 PM, "Chris Matthews" <chris.matthews at apple.com> wrote:> I am looking at adding some tests based on John the Ripper to the test > suite repository. > > http://www.openwall.com/john/ > > Does anyone have a problem with this? > > Are there specific algorithms people would like to see benchmarked? > > Thx > > Chris Matthews > chris.matthews@.com > (408) 783-6335 > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130711/e4ff79a1/attachment.html>
> Hey thanks. I'd always meant to get that in. :) > > Might want to check export restrictions as well.Right. This was the reason why OpenSSL was removed from the testsuite. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Maybe Matching Threads
- [LLVMdev] John the Ripper in the test suite?
- [LLVMdev] John the Ripper in the test suite?
- [LLVMdev] John the Ripper in the test suite?
- [LLVMdev] John the Ripper in the test suite?
- [LLVMdev] Help adding the Bullet physics sdk benchmark to the LLVM test suite?