Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire old SHA tests | tb | 2022-09-02 | 1 | -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 checks | tb | 2021-12-29 | 1 | -22/+60 |
| | | | | CID 345152 | ||||
* | sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_reset | tb | 2021-11-18 | 1 | -3/+2 |
| | |||||
* | 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 |
| | |||||
* | Trivial fix for test progress output. | bcook | 2015-02-25 | 1 | -4/+7 |
| | | | | Remove unneeded dangling else, compound statements on a single line. | ||||
* | KNF and other cleanup. | jsing | 2014-05-31 | 1 | -149/+163 |
| | |||||
* | Move sha256 and sha512 tests to regress and wire them up. | jsing | 2014-05-30 | 1 | -0/+184 |