summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/sha1/sha1test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+152
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.