summaryrefslogtreecommitdiffstats
path: root/crypto/sha
AgeCommit message (Expand)Author
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-10-20Fix for bug (?) in assembly language routines for SHA1. ThisDr. Stephen Henson
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-03-20In some of the Makefiles CPP was not defined.Ulf Möller
2000-03-19FLAT_INC is not needed; we use -I.. all the timeUlf Möller
2000-03-14Remove "Makefile.uni" files and some related stuff.Bodo Möller
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller
2000-03-12asm workaround for SuSE LinuxUlf Möller
2000-03-03Move the 'file scope' argument in set_label toDr. Stephen Henson
2000-03-02Add missing dependencies.Bodo Möller
2000-02-27Fix so Win32 assembly language works with MASM.Dr. Stephen Henson
2000-02-16Fix signed/unsigned warnings.Ben Laurie
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
2000-01-27Document DSA and SHA.Ulf Möller
2000-01-02Metrowerks for Motorola tune-up.Andy Polyakov
1999-09-10"make update"Bodo Möller
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-09-06Fix warnings.Ben Laurie
1999-09-05SHA clean-up Intel assembler companion.Andy Polyakov
1999-09-05SHA clean-up and (LP64) tune-up.Andy Polyakov
1999-06-23Don't use inline assembler when configured for "no-asm".Bodo Möller
1999-06-12Avoid some warnings (on silly compilers).Bodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-29Update dependencies.Ben Laurie
1999-05-28Some assembler-related clean-ups.Bodo Möller
1999-05-27I386_ONLY is defined in opensslconf.h, so we need to include it.Bodo Möller
1999-05-25Temporary workaround for IRIX64 build.Bodo Möller
1999-05-11Use ifndef PEDANTIC for all inline assembler.Ulf Möller
1999-05-10Moved some variable declarations inside blocks where they are neededBodo Möller
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall
1999-05-09Move variable definitions into the blocks where they are really needed,Bodo Möller
1999-05-07Make -pedantic work again.Ben Laurie
1999-05-05SHA-1 cleanups and performance enhancements.Ulf Möller
1999-04-29Unused file.Ulf Möller
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-28Ignore autogenerated assembler files.Ulf Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23Submitted by:Bodo Möller
1999-04-23"make depend"Bodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller