summaryrefslogtreecommitdiffstats
path: root/crypto/md5
AgeCommit message (Collapse)Author
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
applications to use EVP. Add missing calls to HMAC_cleanup() and don't assume HMAC_CTX can be copied using memcpy(). Note: this is almost identical to the patch submitted to openssl-dev by Verdon Walker <VWalker@novell.com> except some redundant EVP_add_digest_()/EVP_cleanup() calls were removed and some changes made to avoid compiler warnings.
2001-03-14The former ULTRASPARC preprocessor symbol is now calledBodo Möller
OPENSSL_SYSNAME_ULTRASPARC, so we'd better check for that one
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson
TODO: update docs, and make soe other routines which use EVP_Digest*() check return codes.
2001-02-19Make all configuration macros available for application by makingRichard Levitte
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
2000-06-19Avoid unnecessary links and incomplete program file in apps/.Bodo 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
This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller
choice of parameters) when they are needed.
2000-03-12asm workaround for SuSE LinuxUlf Möller
proposed by Holger Reif
2000-03-02Add missing dependencies.Bodo Möller
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-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Document hash functions.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
1999-12-25Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.Andy Polyakov
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-09-06Fix warnings.Ben Laurie
1999-08-28md32_common.h update and accompanying MD5 update.Andy Polyakov
1999-08-11Fix typo.Bodo Möller
1999-07-25SPARC Solaris config updates.Andy Polyakov
./config sences whole range of SPARC instruction sets. Do note that it favors Sun C now if both gcc and cc 4.2 or later are present!
1999-07-25Minor MD5 tune-up for WIN32 on Intel.Andy Polyakov
1999-07-25Added support for SPARC Linux.Andy Polyakov
1999-07-25GNU assembler (read SPARC Linux) support added.Andy Polyakov
1999-06-15Some people don't have /dev/fd/0 on Solaris, so use - instead.Bodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
Submitted by: Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>
1999-05-29Update dependencies.Ben Laurie
1999-05-28Some assembler-related clean-ups.Bodo Möller
1999-05-26Update md5 assembly source for Win32.Dr. Stephen Henson
1999-05-20Bring VMS in sync with the recent changes.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-05-20Some solaris-usparc MD5 fixes.Bodo Möller
1999-05-17Make MD5 work on Alpha, and fix a bug.Bodo Möller
Submitted by: Andy Polyakov
1999-05-16Convert void *.Ben Laurie
1999-05-15Get rid of casts.Ben Laurie
1999-05-14Avoid compiler warnings for x86.Bodo Möller
1999-05-13Update dependencies.Ben Laurie
1999-05-13Reorganize and speed up MD5.Ulf Möller
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-29Ignore Makefile.saveUlf Möller
Submitted by: Anonymous
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
Submitted by: Reviewed by: PR:
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
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
1999-04-23Submitted by:Bodo Möller
Reviewed by: PR:
1999-04-23"make depend"Bodo Möller
Submitted by: Reviewed by: PR: