summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/sha512
AgeCommit message (Collapse)Author
2022-09-02Retire old SHA testsTheo 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-29More EVP_* return value checksTheo Buehler
CID 345152
2021-11-18sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resetTheo Buehler
2021-11-18sha*test: convert these tests to work with opaque EVP_MD_CTX.Theo Buehler
2018-07-17Add missing $OpenBSD$ markers.Theo Buehler
2015-02-25Trivial fix for test progress output.Brent Cook
Remove unneeded dangling else, compound statements on a single line.
2014-07-08Include -DLIBRESSL_INTERNAL in regress makefiles.Joel Sing
ok miod@
2014-06-01Build these tests with WARNINGS=Yes and -Werror, and do the necessaryMiod Vallat
fixes to keep building.
2014-05-31KNF and other cleanup.Joel Sing
2014-05-30Move sha256 and sha512 tests to regress and wire them up.Joel Sing