aboutsummaryrefslogtreecommitdiff
path: root/crypto/md4/md4test.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-22EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov1-1/+1
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte1-1/+3
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-0/+1
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-2/+4
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte1-0/+131