aboutsummaryrefslogtreecommitdiff
path: root/crypto/lhash/lhash.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-2/+2
2019-07-02Fix TyposAntoine Cœur1-3/+3
2019-04-19OPENSSL_LH_flush(): assign NULL after freeingRichard Levitte1-0/+1
2019-02-18Properties for implementation selection.Pauli1-2/+10
2018-12-06Following the license change, modify the boilerplates in crypto/lhash/Richard Levitte1-1/+1
2018-09-04Make OBJ_NAME case insensitive.Pauli1-0/+23
2018-08-07lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov1-6/+8
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz1-1/+8
2017-11-11lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin1-1/+1
2017-10-24Don't make any changes to the lhash structure if we are going to failMatt Caswell1-22/+40
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli1-20/+14
2017-07-12coding style: remove extra whitespace charactorhongliang1-1/+1
2017-06-07Add a lock around the OBJ_NAME tableRich Salz1-12/+17
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-5/+0
2016-09-21GH1555: Don't bump size on realloc failureRich Salz1-1/+1
2016-07-01fix code formattingmrpre1-12/+6
2016-07-01add return value for expandmrpre1-6/+13
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz1-83/+41
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-11Inline LHASH_OFDr. Stephen Henson1-0/+15
2015-09-03remove 0 assignments.Rich Salz1-23/+3
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-04Use safer sizeof variant in mallocRich Salz1-3/+3
2015-04-28remove malloc castsRich Salz1-9/+6
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz1-9/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-3/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-345/+327
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2009-12-09Revert lhash patch for PR#2124Dr. Stephen Henson1-29/+4
2009-12-09PR: 2124Dr. Stephen Henson1-4/+29
2008-05-26LHASH revamp. make depend.Ben Laurie1-18/+20
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson1-0/+3
2005-04-05some const fixes and cleanupNils Larsch1-7/+7
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-1/+1
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe1-1/+1
2001-07-08Correct const-ness.Ben Laurie1-2/+2
2001-02-20Use 0 instead of NULL, at least for function casts, since there areRichard Levitte1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+3
2001-01-09This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe1-14/+16
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte1-12/+12
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe1-8/+15
2000-11-07Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-10/+10
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller1-15/+4
2000-03-04Generate correct error reasons strings for SYSerr.Bodo Möller1-1/+1