Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire old SHA tests | tb | 2022-09-02 | 2 | -166/+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! | ||||
* | Check return values of EVP_* API | tb | 2021-12-29 | 1 | -6/+24 |
| | | | | CID 345158 | ||||
* | knfmt makes this slightly nicer. | tb | 2021-12-29 | 1 | -52/+49 |
| | |||||
* | sha*test: convert these tests to work with opaque EVP_MD_CTX. | tb | 2021-11-18 | 1 | -7/+10 |
| | |||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Remove SHA-0 support. | doug | 2015-09-13 | 1 | -13/+0 |
| | | | | | | | SHA-0 was withdrawn shortly after publication 20 years ago and replaced with SHA-1. This will require a major crank. ok bcook@, jsing@ | ||||
* | 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. | ||||
* | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 2 | -0/+159 |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. |