aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md4/md4_dgst.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-97/+127
* Fix some clang warnings.Ben Laurie2013-01-131-15/+16
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov2006-10-111-92/+1
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-2/+2
* x86_64 performance patch.Andy Polyakov2002-12-141-32/+4
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-081-1/+2
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-0/+285