summaryrefslogtreecommitdiffstats
path: root/crypto/lhash
AgeCommit message (Expand)Author
2015-01-28Add missing declaration for lh_node_usage_statsRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2009-12-09Revert lhash patch for PR#2124Dr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-05-27Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson
2008-05-26C++ style comments fixed.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16make updateBodo Möller
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-05some const fixes and cleanupNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-04-19make updateGeoff Thorpe
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe
2003-03-20Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-03-21Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke
2002-03-05disable '#ifdef DEBUG' codeBodo Möller
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-08Correct const-ness.Ben Laurie
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use 0 instead of NULL, at least for function casts, since there areRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-09oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe
2001-01-09This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe
2000-12-20Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte