summaryrefslogtreecommitdiff
path: root/regress/bin/md5
AgeCommit message (Collapse)Author
2015-01-09Add test suites for SHA-224 and SHA-384.Lawrence Teo
Relevant lines from testsuite.sha224 were verified against the test vectors in RFC 3874, while testsuite.384 was verified against https://www.cosic.esat.kuleuven.be/nessie/testvectors/hash/sha/Sha-2-384.unverified.test-vectors ok millert@
2014-03-26Remove sum test since sum(1) is gone; add sha512 testLawrence Teo
2010-08-08remove rmd160 and add cksum, sha256, and sum while hereDavid Krause
phessler@ deraadt@
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-02-18A complete rewrite.Artur Grabowski
- have obvious names on the tests, not 't1', 't2', etc. - Don't create lots of files just once and then reuse them for all tests. Always run the commands and let cmp take input from /dev/stdin - Don't just print when some test fails and return success. Return failure and shut up, someone will read the log.
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2001-06-04trivial regression tests for md5/sha1/rmd160 driverTodd C. Miller