summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/sha/shatest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove SHA-0 support.doug2015-09-131-152/+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.