aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha
Commit message (Expand)AuthorAgeFilesLines
* A few more files to ignoreRichard Levitte2003-01-161-0/+1
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-9/+3
* I implemented this when troubleshooting performance problem on SPARC Solaris.Andy Polyakov2003-01-021-0/+126
* x86_64 performance patch.Andy Polyakov2002-12-141-6/+6
* make updateRichard Levitte2002-12-051-4/+10
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-032-0/+2
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-282-2/+6
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-282-2/+2
* 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-162-6/+6
* openbsd-x86 macrosUlf Möller2001-10-141-1/+1
* make updateRichard Levitte2001-07-311-4/+4
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-303-4/+10
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-192-12/+14
* 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-7/+8
* Make all configuration macros available for application by makingRichard Levitte2001-02-198-18/+23
* Fix for bug (?) in assembly language routines for SHA1. ThisDr. Stephen Henson2000-10-201-5/+7
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* In some of the Makefiles CPP was not defined.Ulf Möller2000-03-201-0/+1
* FLAT_INC is not needed; we use -I.. all the timeUlf Möller2000-03-191-4/+0
* Remove "Makefile.uni" files and some related stuff.Bodo Möller2000-03-141-122/+0
* Remove Win32 assembler files. They are always rebuilt (with someBodo Möller2000-03-131-1716/+0
* asm workaround for SuSE LinuxUlf Möller2000-03-121-1/+1
* Move the 'file scope' argument in set_label toDr. Stephen Henson2000-03-031-1/+1
* Add missing dependencies.Bodo Möller2000-03-021-1/+1
* Fix so Win32 assembly language works with MASM.Dr. Stephen Henson2000-02-271-1/+1
* Fix signed/unsigned warnings.Ben Laurie2000-02-161-2/+2
* HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov2000-02-121-12/+31
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-302-2/+2
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-1/+1
* Document DSA and SHA.Ulf Möller2000-01-272-0/+4
* Metrowerks for Motorola tune-up.Andy Polyakov2000-01-021-1/+8
* "make update"Bodo Möller1999-09-101-2/+2
* some more patches for avoiding problems with non-automatic variablesBodo Möller1999-09-082-10/+10
* Fix warnings.Ben Laurie1999-09-061-6/+6
* SHA clean-up Intel assembler companion.Andy Polyakov1999-09-052-573/+672
* SHA clean-up and (LP64) tune-up.Andy Polyakov1999-09-055-1051/+367
* Don't use inline assembler when configured for "no-asm".Bodo Möller1999-06-231-1/+1
* Avoid some warnings (on silly compilers).Bodo Möller1999-06-122-2/+2
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-043-0/+27
* Update dependencies.Ben Laurie1999-05-291-0/+2
* Some assembler-related clean-ups.Bodo Möller1999-05-281-1/+1
* I386_ONLY is defined in opensslconf.h, so we need to include it.Bodo Möller1999-05-271-0/+2
* Temporary workaround for IRIX64 build.Bodo Möller1999-05-252-4/+4
* Use ifndef PEDANTIC for all inline assembler.Ulf Möller1999-05-111-2/+2
* Moved some variable declarations inside blocks where they are neededBodo Möller1999-05-101-11/+17
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-3/+3
* Move variable definitions into the blocks where they are really needed,Bodo Möller1999-05-091-11/+17