summaryrefslogtreecommitdiff
path: root/crypto/md5
Commit message (Expand)AuthorAgeFilesLines
* Proper support for OpenBSD-i386 shared build, including assember modules!appro2004-08-291-3/+4
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...appro2004-08-011-3/+3
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"appro2004-08-011-13/+8
* Typos, typos...appro2004-07-251-1/+1
* Minor 64-bit md32_common.h update and minor unsignification of digests.appro2004-07-251-1/+1
* EVP_Digest is size_t-fied, clean up test programs accordingly.appro2004-07-221-1/+1
* After the latest round of header-hacking, regenerate the dependencies ingeoff2004-05-171-3/+3
* size_t-fication of message digest APIs. We should size_t-fy more APIs...appro2004-05-154-8/+8
* Use sh explicitely to run point.shlevitte2003-12-271-1/+1
* Netware-specific changes,levitte2003-11-281-0/+4
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitlevitte2003-09-271-1/+1
* Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configurationlevitte2003-05-291-1/+3
* Have ASFLAGS be defined the same way as CFLAGSlevitte2003-05-291-1/+2
* Small typo, OENSSL should really be spelled OPENSSL.levitte2003-01-301-1/+1
* A few more files to ignorelevitte2003-01-161-0/+1
* Make sure not to declare a clashing read() for DJGPP.levitte2003-01-131-1/+1
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andappro2003-01-031-17/+3
* make updatelevitte2002-12-281-1/+2
* Merge from 0.9.7-stable.levitte2002-12-282-2/+4
* UltraSPARC performance "tune-up."appro2002-12-271-1/+1
* x86_64 performance patch.appro2002-12-141-32/+4
* make updatelevitte2002-12-051-1/+5
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>levitte2002-12-031-0/+1
* A few more memset()s converted to OPENSSL_cleanse().levitte2002-11-291-1/+1
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tlevitte2002-11-281-1/+3
* Use double dashes so makedepend doesn't misunderstand the flags welevitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths arelevitte2002-06-271-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()steve2001-10-161-1/+1
* openbsd-x86 macrosulf2001-10-141-2/+2
* make updatelevitte2001-07-311-2/+3
* Really add the EVP and all of the DES changes.ben2001-07-302-3/+3
* Change all calls to low level digest routines in the library andsteve2001-06-191-2/+4
* The former ULTRASPARC preprocessor symbol is now calledbodo2001-03-141-4/+4
* Instead of telling both 'make' and the user that ranlibbodo2001-03-091-2/+1
* Make EVP_Digest*() routines return a value.steve2001-03-082-4/+5
* Make all configuration macros available for application by makinglevitte2001-02-194-8/+10
* 'ranlib' doesn't always run on some systems. That's actuallylevitte2000-09-251-1/+2
* Avoid unnecessary links and incomplete program file in apps/.bodo2000-06-191-1/+1
* FLAT_INC is not needed; we use -I.. all the timeulf2000-03-191-4/+0
* Remove "Makefile.uni" files and some related stuff.bodo2000-03-141-110/+0
* Remove Win32 assembler files. They are always rebuilt (with somebodo2000-03-131-687/+0
* asm workaround for SuSE Linuxulf2000-03-121-1/+1
* Add missing dependencies.bodo2000-03-021-1/+1
* Fix signed/unsigned warnings.ben2000-02-161-1/+1
* HP-UX tune-up: new unified configs, HP C compiler bug workaround.appro2000-02-121-75/+77
* ispell (and minor modifications)ulf2000-02-031-3/+3
* Document hash functions.ulf2000-02-032-2/+2
* Source code cleanups: Use void * rather than char * in lhash,ulf2000-01-301-1/+1
* Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.appro1999-12-251-0/+7
* some more patches for avoiding problems with non-automatic variablesbodo1999-09-081-2/+2