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