aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_arc.c
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-34/+32
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix compiler warnings on Cygwin and Mac OS X.Jason Copenhaver2015-01-16-0/+2
| | | | | | | | * Don't use PIE/PIC on Cygwin/Darwin unless specified as these platforms don't support it. * Cleanup warnings for 'make check' build. * Fix the type issue for getsockopt calls. * Fix enum warnings in Yahoo libs on Mac OS X.
* Adding padding to encrypted IM-passwords so the exact password length can'tWilmer van der Gaast2008-03-16-13/+22
| | | | | be guessed from the encrypted data anymore.
* Fixed broken check in check_arc.cWilmer van der Gaast2008-02-16-2/+3
|
* "Changed" the ArcFour implementation. I'm afraid this was a waste of time,Wilmer van der Gaast2007-10-07-1/+1
| | | | | but at least I added a neat unittest...
* Adding test for arc.c so that I can now safely replace the RC4 code with aWilmer van der Gaast2007-10-07-0/+95
(compatible) ArcFour implementation.