Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire old SHA tests | tb | 2022-09-02 | 2 | -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_* API | tb | 2021-12-29 | 1 | -16/+28 |
| | | | | CID 345159 | ||||
* | Explicitly free EVP_MD_CTX to appease asan. Reported by Ilya Shipitsin. | tb | 2021-12-04 | 1 | -10/+16 |
| | |||||
* | sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset | tb | 2021-11-18 | 1 | -4/+3 |
| | |||||
* | sha*test: convert these tests to work with opaque EVP_MD_CTX. | tb | 2021-11-18 | 1 | -12/+16 |
| | |||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Include -DLIBRESSL_INTERNAL in regress makefiles. | jsing | 2014-07-08 | 1 | -2/+2 |
| | | | | ok miod@ | ||||
* | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 1 | -1/+3 |
| | | | | fixes to keep building. | ||||
* | KNF and other cleanup. | jsing | 2014-05-31 | 1 | -117/+132 |
| | |||||
* | Move sha256 and sha512 tests to regress and wire them up. | jsing | 2014-05-30 | 2 | -0/+154 |