aboutsummaryrefslogtreecommitdiff
path: root/crypto/md32_common.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-14Some precautions to avoid potential security-relevant problems.Bodo Möller1-1/+1
2007-07-23md32_common.h update.Andy Polyakov1-2/+4
2007-04-30Revert irrelevant changes from commit #16191.Andy Polyakov1-3/+5
2007-04-30rll does not seem to be available on legacy s390.Andy Polyakov1-7/+5
2007-04-30s390x optimizations.Andy Polyakov1-0/+23
2006-10-11Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov1-293/+50
2006-05-01SHA1 for PowerPC.Andy Polyakov1-1/+2
2005-10-25Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov1-0/+2
2005-09-19Oops-type typo.Andy Polyakov1-1/+1
2005-09-19bswapl usage should be masked by I386_ONLY.Andy Polyakov1-1/+2
2005-06-23Update for Stratus VOS.Richard Levitte1-3/+5
2004-12-20Refine PowerPC platform support.Andy Polyakov1-1/+1
2004-07-25Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov1-3/+3
2004-06-11SHA fails to compile on x86_64 if compiled with custom flags, withoutAndy Polyakov1-3/+3
2004-05-31Kill unused macro and reimplement it for that single context it canAndy Polyakov1-53/+36
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov1-4/+4
2004-03-28This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov1-3/+1
2003-11-28Netware-specific changes,Richard Levitte1-0/+2
2003-10-29Make md32_common.h friendlier to compiler warnings.Geoff Thorpe1-2/+2
2002-12-14x86_64 performance patch.Andy Polyakov1-2/+27
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
2002-11-20avoid uninitialized memory readBodo Möller1-2/+5
2001-10-14openbsd-x86 macrosUlf Möller1-2/+2
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson1-4/+6
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+3
2000-10-30_lrotl() is a call to the C runtime library!Ulf Möller1-1/+1
2000-02-16Fix signed/unsigned warnings.Ben Laurie1-1/+2
2000-02-15New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov1-2/+2
2000-02-06Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov1-6/+6
2000-01-02Metrowerks for Motorola tune-up.Andy Polyakov1-1/+4
1999-12-19Late break-in patch for MacOS support.Andy Polyakov1-2/+1
1999-12-19MacOS updates.Andy Polyakov1-1/+6
1999-12-14Solaris x86 assembler problem is already addressed in ./configUlf Möller1-1/+1
1999-12-08Don't use inline assembler on x86 Solaris (would need a different syntax).Ulf Möller1-1/+1
1999-08-28md32_common.h update and accompanying MD5 update.Andy Polyakov1-5/+10
1999-06-23Don't use inline assembler when configured for "no-asm".Bodo Möller1-2/+2
1999-06-01Borland C fix.Ulf Möller1-3/+3
1999-05-20Some solaris-usparc MD5 fixes.Bodo Möller1-2/+4
1999-05-17Make MD5 work on Alpha, and fix a bug.Bodo Möller1-1/+1
1999-05-15Get rid of casts.Ben Laurie1-3/+3
1999-05-15Get rid of another cast.Bodo Möller1-1/+1
1999-05-15Get rid of the cast.Ben Laurie1-1/+1
1999-05-14Change cast in function calls to that which is, I think, the rightBodo Möller1-2/+2
1999-05-13Reorganize and speed up MD5.Ulf Möller1-0/+592