summaryrefslogtreecommitdiff
path: root/bin/md5/md5.c
AgeCommit message (Collapse)Author
2002-01-20Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf.Camiel Dobbelaar
ok millert@
2001-09-06o) __progname aria;Mike Pechkin
millert@ ok.
2001-06-03Nope, that's not right either. Fix check for mutually exclusive args.Todd C. Miller
2001-06-03Obvious thinko: command line is wrong if it's too short, not too long.Marc Espie
2001-06-02Fix some typos and add missing test for string of 1 million a's.Todd C. Miller
2001-06-02New md5/sha1/rmd160 driver with a BSD copyright. Improvements:Todd C. Miller
o options that should be mutually exclusive are o time trial works reasonably when it finishes in < 1 sec o uses a function table instead of a bunch of globals
1999-10-07One single malloc, with a union to get the largest needed size,Marc Espie
should be enough.
1998-01-02use getopt; mph@pobox.comTheo de Raadt
1997-08-01warn not warnxTheo de Raadt
1997-07-17Adds rmd160 functionality.Todd C. Miller
1997-07-12md5(1) is now capable of doing md4, md5 and sha1 digests. CurrentlyTodd C. Miller
only md5 and sha1 are used.
1997-06-20boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' moreflipk
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-11-12-Wall happinessNiklas Hallqvist
1996-06-11move to bin/md5 for `greater accessibility'Theo de Raadt