summaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash.c
AgeCommit message (Expand)Author
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-02Fix TyposAntoine Cœur
2019-04-19OPENSSL_LH_flush(): assign NULL after freeingRichard Levitte
2019-02-18Properties for implementation selection.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/lhash/Richard Levitte
2018-09-04Make OBJ_NAME case insensitive.Pauli
2018-08-07lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2017-11-11lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin
2017-10-24Don't make any changes to the lhash structure if we are going to failMatt Caswell
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli
2017-07-12coding style: remove extra whitespace charactorhongliang
2017-06-07Add a lock around the OBJ_NAME tableRich Salz
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2016-09-21GH1555: Don't bump size on realloc failureRich Salz
2016-07-01fix code formattingmrpre
2016-07-01add return value for expandmrpre
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Inline LHASH_OFDr. Stephen Henson
2015-09-03remove 0 assignments.Rich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-28remove malloc castsRich 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
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2009-12-09Revert lhash patch for PR#2124Dr. Stephen Henson
2009-12-09PR: 2124Dr. 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
2005-04-05some const fixes and cleanupNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe
2001-07-08Correct const-ness.Ben Laurie
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-09This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-11-07Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller
2000-03-04Generate correct error reasons strings for SYSerr.Bodo Möller