aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha
AgeCommit message (Expand)AuthorFilesLines
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2-6/+6
2001-10-14openbsd-x86 macrosUlf Möller1-1/+1
2001-07-31make updateRichard Levitte1-4/+4
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie3-4/+10
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson2-12/+14
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson2-7/+8
2001-02-19Make all configuration macros available for application by makingRichard Levitte8-18/+23
2000-10-20Fix for bug (?) in assembly language routines for SHA1. ThisDr. Stephen Henson1-5/+7
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-03-20In some of the Makefiles CPP was not defined.Ulf Möller1-0/+1
2000-03-19FLAT_INC is not needed; we use -I.. all the timeUlf Möller1-4/+0
2000-03-14Remove "Makefile.uni" files and some related stuff.Bodo Möller1-122/+0
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller1-1716/+0
2000-03-12asm workaround for SuSE LinuxUlf Möller1-1/+1
2000-03-03Move the 'file scope' argument in set_label toDr. Stephen Henson1-1/+1
2000-03-02Add missing dependencies.Bodo Möller1-1/+1
2000-02-27Fix so Win32 assembly language works with MASM.Dr. Stephen Henson1-1/+1
2000-02-16Fix signed/unsigned warnings.Ben Laurie1-2/+2
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov1-12/+31
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2-2/+2
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller1-1/+1
2000-01-27Document DSA and SHA.Ulf Möller2-0/+4
2000-01-02Metrowerks for Motorola tune-up.Andy Polyakov1-1/+8
1999-09-10"make update"Bodo Möller1-2/+2
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller2-10/+10
1999-09-06Fix warnings.Ben Laurie1-6/+6
1999-09-05SHA clean-up Intel assembler companion.Andy Polyakov2-573/+672
1999-09-05SHA clean-up and (LP64) tune-up.Andy Polyakov5-1051/+367
1999-06-23Don't use inline assembler when configured for "no-asm".Bodo Möller1-1/+1
1999-06-12Avoid some warnings (on silly compilers).Bodo Möller2-2/+2
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller3-0/+27
1999-05-29Update dependencies.Ben Laurie1-0/+2
1999-05-28Some assembler-related clean-ups.Bodo Möller1-1/+1
1999-05-27I386_ONLY is defined in opensslconf.h, so we need to include it.Bodo Möller1-0/+2
1999-05-25Temporary workaround for IRIX64 build.Bodo Möller2-4/+4
1999-05-11Use ifndef PEDANTIC for all inline assembler.Ulf Möller1-2/+2
1999-05-10Moved some variable declarations inside blocks where they are neededBodo Möller1-11/+17
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1-3/+3
1999-05-09Move variable definitions into the blocks where they are really needed,Bodo Möller1-11/+17
1999-05-07Make -pedantic work again.Ben Laurie1-1/+1
1999-05-05SHA-1 cleanups and performance enhancements.Ulf Möller4-127/+283
1999-04-29Unused file.Ulf Möller1-238/+0
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
1999-04-28Ignore autogenerated assembler files.Ulf Möller1-0/+1
1999-04-27Message digest stuff.Ulf Möller5-8/+9