Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | Retire old SHA tests | Theo Buehler | |
The old tests were incomplete, some of them had no license and the code quality was questionable. The new tests by Joshua Sing cover what they did (and additionally SHA-224 and SHA-384). Many thanks! | |||
2021-12-29 | More EVP_* return value checks | Theo Buehler | |
CID 345152 | |||
2021-11-18 | sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_reset | Theo Buehler | |
2021-11-18 | sha*test: convert these tests to work with opaque EVP_MD_CTX. | Theo Buehler | |
2018-07-17 | Add missing $OpenBSD$ markers. | Theo Buehler | |
2015-02-25 | Trivial fix for test progress output. | Brent Cook | |
Remove unneeded dangling else, compound statements on a single line. | |||
2014-07-08 | Include -DLIBRESSL_INTERNAL in regress makefiles. | Joel Sing | |
ok miod@ | |||
2014-06-01 | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | Miod Vallat | |
fixes to keep building. | |||
2014-05-31 | KNF and other cleanup. | Joel Sing | |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing | |