summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/md4/md4test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
|
* Temporarily revive MD4 for MS CHAP support.doug2015-09-141-0/+125
|
* Remove MD4 support from LibreSSL.doug2015-09-131-125/+0
| | | | | | | | MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+125
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.