summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/sha512/sha512test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire old SHA teststb2022-09-021-242/+0
| | | | | | 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!
* More EVP_* return value checkstb2021-12-291-22/+60
| | | | CID 345152
* sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resettb2021-11-181-3/+2
|
* sha*test: convert these tests to work with opaque EVP_MD_CTX.tb2021-11-181-12/+16
|
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
|
* Trivial fix for test progress output.bcook2015-02-251-4/+7
| | | | Remove unneeded dangling else, compound statements on a single line.
* KNF and other cleanup.jsing2014-05-311-149/+163
|
* Move sha256 and sha512 tests to regress and wire them up.jsing2014-05-301-0/+184