summaryrefslogtreecommitdiff
path: root/crypto/md4
Commit message (Expand)AuthorAgeFilesLines
...
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-1/+1
* Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov2005-10-251-1/+2
* Update for Stratus VOS.Richard Levitte2005-06-231-1/+3
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+10
* make updateBodo Möller2005-05-161-9/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson2005-04-141-1/+2
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov2004-07-251-1/+1
* EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov2004-07-221-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-3/+3
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-154-7/+7
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Make sure not to declare a clashing read() for DJGPP.Richard Levitte2003-01-131-1/+1
* x86_64 performance patch.Andy Polyakov2002-12-141-32/+4
* make updateRichard Levitte2002-12-051-2/+5
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-0/+1
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-1/+1
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
* openbsd-x86 macrosUlf Möller2001-10-141-1/+1
* make updateRichard Levitte2001-07-311-2/+3
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-302-3/+3
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-2/+4
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-082-4/+5
* Make all configuration macros available for application by makingRichard Levitte2001-02-193-8/+14
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Ignore Makefile.saveBodo Möller2000-09-051-0/+1
* Tell CVS to ignore 'lib'.Bodo Möller2000-09-041-0/+1
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-148-0/+1068