summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/sha1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire old SHA teststb2022-09-022-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_* APItb2021-12-291-6/+24
| | | | CID 345158
* knfmt makes this slightly nicer.tb2021-12-291-52/+49
|
* sha*test: convert these tests to work with opaque EVP_MD_CTX.tb2021-11-181-7/+10
|
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
|
* Remove SHA-0 support.doug2015-09-131-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.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.
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-152-0/+159
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.