aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md4
Commit message (Expand)AuthorAgeFilesLines
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-226-315/+335
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* Fix some clang warnings.Ben Laurie2013-01-132-19/+20
* Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson2011-08-141-3/+5
* Prohibit use of low level digest APIs in FIPS mode.Dr. Stephen Henson2011-06-012-2/+6
* Remove unnecessary casts and avoid some warnings with gcc 4.2.Dr. Stephen Henson2007-06-071-3/+3
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* #include <stddef.h> in digest headers.Andy Polyakov2006-12-291-0/+1
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov2006-10-112-137/+1
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+1
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* 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