summaryrefslogtreecommitdiffstats
path: root/crypto/lhash
AgeCommit message (Expand)Author
2024-01-17Introduce hash thunking functions to do proper castingNeil Horman
2023-10-04All lh_stats functions were deprecated in 3.1Tomas Mraz
2023-09-28Copyright year updatesMatt Caswell
2023-09-21Fix error handling in lhash contractBernd Edlinger
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
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-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