aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md4
Commit message (Collapse)AuthorAgeFilesLines
* Fix some clang warnings.Ben Laurie2013-01-132-19/+20
|
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
|
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* Remove unnecessary casts and avoid some warnings with gcc 4.2.Dr. Stephen Henson2007-06-071-3/+3
|
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
|
* #include <stddef.h> in digest headers.Andy Polyakov2006-12-291-0/+1
| | | | Submitted by: Kurt Roeckx <kurt@roeckx.be>
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov2006-10-112-137/+1
| | | | redundant as result.
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+1
| | | | | | PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-1/+1
| | | | from .h files...
* Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov2005-10-251-1/+2
|
* Update for Stratus VOS.Richard Levitte2005-06-231-1/+3
| | | | PR: 1130
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+10
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* make updateBodo Möller2005-05-161-9/+1
|
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
|
* Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson2005-04-141-1/+2
|
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
|
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov2004-07-251-1/+1
|
* EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov2004-07-221-1/+1
|
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-3/+3
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-154-7/+7
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Make sure not to declare a clashing read() for DJGPP.Richard Levitte2003-01-131-1/+1
| | | | PR: 440
* x86_64 performance patch.Andy Polyakov2002-12-141-32/+4
|
* make updateRichard Levitte2002-12-051-2/+5
|
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-0/+1
|
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-1/+1
| | | | | | I *think* I got them all covered by now, bu please, if you find any more, tell me and I'll correct it. PR: 343
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
| | | | always give the expected result on some platforms.
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
|
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
| | | | | | with existing code. Modify library to use digest *_ex() functions.
* openbsd-x86 macrosUlf Möller2001-10-141-1/+1
| | | | Submitted by: Toomas Kiisk <vix@cyber.ee>
* make updateRichard Levitte2001-07-311-2/+3
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-302-3/+3
|
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-2/+4
| | | | | | | | | | 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.
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
| | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-082-4/+5
| | | | | TODO: update docs, and make soe other routines which use EVP_Digest*() check return codes.
* Make all configuration macros available for application by makingRichard Levitte2001-02-193-8/+14
| | | | | | | | | | | | 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.
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
| | | | | acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
* Ignore Makefile.saveBodo Möller2000-09-051-0/+1
|
* Tell CVS to ignore 'lib'.Bodo Möller2000-09-041-0/+1
|
* MD4 implemented. Assar Westerlund provided the digest code itself and the ↵Richard Levitte2000-08-148-0/+1068
test utility, I added the bits to get a EVP interface, the command line utility and the speed test