summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/mdc2/mdc2test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete MDC-2DES from libcrypto.doug2015-06-201-123/+0
| | | | ok deraadt@ jsing@ miod@
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+123
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.