History log of /openbsd/regress/bin/md5/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 87d32bf4 09-Jan-2015 lteo <lteo@openbsd.org>

Add test suites for SHA-224 and SHA-384.

Relevant lines from testsuite.sha224 were verified against the test vectors in
RFC 3874, while testsuite.384 was verified against
https://www.cosic.esat.kule

Add test suites for SHA-224 and SHA-384.

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@

show more ...


# d4c4c093 26-Mar-2014 lteo <lteo@openbsd.org>

Remove sum test since sum(1) is gone; add sha512 test


# 565bee39 08-Aug-2010 david <david@openbsd.org>

remove rmd160 and add cksum, sha256, and sum while here
phessler@ deraadt@


# 8b1f9e10 02-Sep-2002 avsm <avsm@openbsd.org>

Rename a bunch of the old bsd.regress.mk variables into the new ones.

ok art@


# 561c3b4f 18-Feb-2002 art <art@openbsd.org>

A complete rewrite.

- 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 in

A complete rewrite.

- 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.

show more ...


# fd84ef7e 01-Jan-2002 art <art@openbsd.org>

trivial conversions to bsd.regress.mk


# c34d8819 04-Jun-2001 millert <millert@openbsd.org>

trivial regression tests for md5/sha1/rmd160 driver