summaryrefslogtreecommitdiff
path: root/crypto/md32_common.h
Commit message (Expand)AuthorAgeFilesLines
* Minor 64-bit md32_common.h update and minor unsignification of digests.appro2004-07-251-3/+3
* SHA fails to compile on x86_64 if compiled with custom flags, withoutappro2004-06-111-3/+3
* Kill unused macro and reimplement it for that single context it canappro2004-05-311-53/+36
* size_t-fication of message digest APIs. We should size_t-fy more APIs...appro2004-05-151-4/+4
* This is essentially Intel 32-bit compiler tune-up. To start with allappro2004-03-281-3/+1
* Netware-specific changes,levitte2003-11-281-0/+2
* Make md32_common.h friendlier to compiler warnings.geoff2003-10-291-2/+2
* x86_64 performance patch.appro2002-12-141-2/+27
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-1/+1
* avoid uninitialized memory readbodo2002-11-201-2/+5
* openbsd-x86 macrosulf2001-10-141-2/+2
* Make EVP_Digest*() routines return a value.steve2001-03-081-4/+6
* Make all configuration macros available for application by makinglevitte2001-02-191-3/+3
* _lrotl() is a call to the C runtime library!ulf2000-10-301-1/+1
* Fix signed/unsigned warnings.ben2000-02-161-1/+2
* New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86appro2000-02-151-2/+2
* Support for MacOS X (Rhapsody) is added. Also get rid of volatileappro2000-02-061-6/+6
* Metrowerks for Motorola tune-up.appro2000-01-021-1/+4
* Late break-in patch for MacOS support.appro1999-12-191-2/+1
* MacOS updates.appro1999-12-191-1/+6
* Solaris x86 assembler problem is already addressed in ./configulf1999-12-141-1/+1
* Don't use inline assembler on x86 Solaris (would need a different syntax).ulf1999-12-081-1/+1
* md32_common.h update and accompanying MD5 update.appro1999-08-281-5/+10
* Don't use inline assembler when configured for "no-asm".bodo1999-06-231-2/+2
* Borland C fix.ulf1999-06-011-3/+3
* Some solaris-usparc MD5 fixes.bodo1999-05-201-2/+4
* Make MD5 work on Alpha, and fix a bug.bodo1999-05-171-1/+1
* Get rid of casts.ben1999-05-151-3/+3
* Get rid of another cast.bodo1999-05-151-1/+1
* Get rid of the cast.ben1999-05-151-1/+1
* Change cast in function calls to that which is, I think, the rightbodo1999-05-141-2/+2
* Reorganize and speed up MD5.ulf1999-05-131-0/+592