aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash
Commit message (Expand)AuthorAgeFilesLines
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-233/+0
* Add missing declaration for lh_node_usage_statsRich Salz2015-01-281-0/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-0/+4
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-273-100/+2
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-3/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-224-662/+641
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-3/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* Revert lhash patch for PR#2124Dr. Stephen Henson2009-12-091-29/+4
* PR: 2124Dr. Stephen Henson2009-12-091-4/+29
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-2/+2
* More type-checking.Ben Laurie2008-06-041-17/+0
* Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson2008-05-271-1/+1
* C++ style comments fixed.Dr. Stephen Henson2008-05-261-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-263-69/+129
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-091-0/+3
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-4/+13
* make updateBodo Möller2005-05-161-12/+2
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* some const fixes and cleanupNils Larsch2005-04-051-7/+7
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* 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
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-2/+2
* make updateGeoff Thorpe2004-04-191-3/+3
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe2003-10-292-9/+9
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-201-0/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-56/+30
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke2002-03-211-1/+0
* disable '#ifdef DEBUG' codeBodo Möller2002-03-051-2/+2
* make updateRichard Levitte2001-07-311-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-2/+2
* Correct const-ness.Ben Laurie2001-07-082-6/+6
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-2/+2
* Use 0 instead of NULL, at least for function casts, since there areRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-15/+17
* oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe2001-01-091-2/+2
* This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe2001-01-092-14/+35