aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md32_common.h
Commit message (Expand)AuthorAgeFilesLines
* Refine PowerPC platform support.Andy Polyakov2004-12-201-1/+1
* Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov2004-07-251-3/+3
* SHA fails to compile on x86_64 if compiled with custom flags, withoutAndy Polyakov2004-06-111-3/+3
* Kill unused macro and reimplement it for that single context it canAndy Polyakov2004-05-311-53/+36
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-4/+4
* This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov2004-03-281-3/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+2
* Make md32_common.h friendlier to compiler warnings.Geoff Thorpe2003-10-291-2/+2
* x86_64 performance patch.Andy Polyakov2002-12-141-2/+27
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* avoid uninitialized memory readBodo Möller2002-11-201-2/+5
* openbsd-x86 macrosUlf Möller2001-10-141-2/+2
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-081-4/+6
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* _lrotl() is a call to the C runtime library!Ulf Möller2000-10-301-1/+1
* Fix signed/unsigned warnings.Ben Laurie2000-02-161-1/+2
* New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86Andy Polyakov2000-02-151-2/+2
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov2000-02-061-6/+6
* Metrowerks for Motorola tune-up.Andy Polyakov2000-01-021-1/+4
* Late break-in patch for MacOS support.Andy Polyakov1999-12-191-2/+1
* MacOS updates.Andy Polyakov1999-12-191-1/+6
* Solaris x86 assembler problem is already addressed in ./configUlf Möller1999-12-141-1/+1
* Don't use inline assembler on x86 Solaris (would need a different syntax).Ulf Möller1999-12-081-1/+1
* md32_common.h update and accompanying MD5 update.Andy Polyakov1999-08-281-5/+10
* Don't use inline assembler when configured for "no-asm".Bodo Möller1999-06-231-2/+2
* Borland C fix.Ulf Möller1999-06-011-3/+3
* Some solaris-usparc MD5 fixes.Bodo Möller1999-05-201-2/+4
* Make MD5 work on Alpha, and fix a bug.Bodo Möller1999-05-171-1/+1
* Get rid of casts.Ben Laurie1999-05-151-3/+3
* Get rid of another cast.Bodo Möller1999-05-151-1/+1
* Get rid of the cast.Ben Laurie1999-05-151-1/+1
* Change cast in function calls to that which is, I think, the rightBodo Möller1999-05-141-2/+2
* Reorganize and speed up MD5.Ulf Möller1999-05-131-0/+592