summaryrefslogtreecommitdiffstats
path: root/crypto/lhash
AgeCommit message (Expand)Author
2023-10-24Copyright year updatesMatt Caswell
2023-09-21Fix error handling in lhash contractBernd Edlinger
2022-04-25Fix bug in OPENSSL_LH_flushHugo Landau
2022-03-28Remove statistics tracking from LHASHHugo Landau
2022-03-15Update copyright yearMatt Caswell
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-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-10-10Rework how our providers are builtRichard 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-05-23Make some EVP code available from within the FIPS moduleMatt Caswell
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-11Update copyright yearMatt Caswell
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
2018-02-22Remove unused num.pl,segregnam scriptsRich 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-23Complete the rename of LHASH functions and typesRichard Levitte
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-20Copyright consolidation: perl filesRich Salz
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-11Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-28Remove outdated testsRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz