summaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-21performance: improve ossl_lh_strcasehashPauli
2022-05-03Update copyright yearMatt Caswell
2022-04-25Fix bug in OPENSSL_LH_flushHugo Landau
2022-03-28Remove statistics tracking from LHASHHugo Landau
2022-01-27lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz
2022-01-13lhash: use lock when TSAN not available for statistics gatheringPauli
2021-10-28fix some code with obvious wrong coding stylex2018
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_lhash symbolsShane Lontis
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
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