summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/sha256 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire old SHA teststb2022-09-022-192/+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 return value checks for EVP_* APItb2021-12-291-16/+28
| | | | CID 345159
* Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin.tb2021-12-041-10/+16
|
* sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb2021-11-181-4/+3
|
* 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
|
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
| | | | ok miod@
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
| | | | fixes to keep building.
* KNF and other cleanup.jsing2014-05-311-117/+132
|
* Move sha256 and sha512 tests to regress and wire them up.jsing2014-05-302-0/+154