aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/m_md4.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-36/+41
2005-07-16makeNils Larsch1-0/+2
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov1-1/+1
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+1
2003-03-20Make sure we get the definition of OPENSSL_NO_MD4.Richard Levitte1-1/+3
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte1-1/+1
2001-09-07Add a cleanup function for MDs.Ben Laurie1-0/+1
2001-09-02Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie1-3/+14
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-0/+1
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-08-18NULL is not an integer...Richard Levitte1-1/+1
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-0/+83