aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash/lhash.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Introduce hash thunking functions to do proper castingNeil Horman2024-01-171-11/+55
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Fix error handling in lhash contractBernd Edlinger2023-09-211-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+1
* performance: improve ossl_lh_strcasehashPauli2022-05-211-1/+20
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix bug in OPENSSL_LH_flushHugo Landau2022-04-251-0/+2
* Remove statistics tracking from LHASHHugo Landau2022-03-281-52/+2
* lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz2022-01-271-2/+4
* lhash: use lock when TSAN not available for statistics gatheringPauli2022-01-131-12/+43
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_lhash symbolsShane Lontis2021-03-181-1/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Fix TyposAntoine Cœur2019-07-021-3/+3
* OPENSSL_LH_flush(): assign NULL after freeingRichard Levitte2019-04-191-0/+1
* Properties for implementation selection.Pauli2019-02-181-2/+10
* Following the license change, modify the boilerplates in crypto/lhash/Richard Levitte2018-12-061-1/+1
* Make OBJ_NAME case insensitive.Pauli2018-09-041-0/+23
* lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2018-08-071-6/+8
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-1/+8
* lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin2017-11-111-1/+1
* Don't make any changes to the lhash structure if we are going to failMatt Caswell2017-10-241-22/+40
* Document that lhash isn't thread safe under any circumstances andPauli2017-10-091-20/+14
* coding style: remove extra whitespace charactorhongliang2017-07-121-1/+1
* Add a lock around the OBJ_NAME tableRich Salz2017-06-071-12/+17
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-5/+0
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* fix code formattingmrpre2016-07-011-12/+6
* add return value for expandmrpre2016-07-011-6/+13
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-83/+41
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Inline LHASH_OFDr. Stephen Henson2016-01-111-0/+15
* remove 0 assignments.Rich Salz2015-09-031-23/+3
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* remove malloc castsRich Salz2015-04-281-9/+6
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-9/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-3/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-345/+327
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Revert lhash patch for PR#2124Dr. Stephen Henson2009-12-091-29/+4
* PR: 2124Dr. Stephen Henson2009-12-091-4/+29