summaryrefslogtreecommitdiff
path: root/crypto/lhash
Commit message (Expand)AuthorAgeFilesLines
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-071-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-7/+1
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-1/+11
* performance: improve ossl_lh_strcasehashPauli2022-05-211-1/+20
* Update copyright yearMatt Caswell2022-05-033-3/+3
* Fix bug in OPENSSL_LH_flushHugo Landau2022-04-251-0/+2
* Remove statistics tracking from LHASHHugo Landau2022-03-283-96/+15
* 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-133-17/+66
* 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
* Rework how our providers are builtRichard Levitte2019-10-101-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-283-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Fix TyposAntoine Cœur2019-07-021-3/+3
* Make some EVP code available from within the FIPS moduleMatt Caswell2019-05-231-0/+2
* 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-063-3/+3
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Make OBJ_NAME case insensitive.Pauli2018-09-041-0/+23
* lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2018-08-072-11/+15
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-1/+8
* Remove unused num.pl,segregnam scriptsRich Salz2018-02-221-23/+0
* 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-093-55/+29
* coding style: remove extra whitespace charactorhongliang2017-07-122-2/+2
* Add a lock around the OBJ_NAME tableRich Salz2017-06-073-23/+47
* 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
* Complete the rename of LHASH functions and typesRichard Levitte2016-05-231-1/+1
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-203-100/+98
* Copyright consolidation 09/10Rich Salz2016-05-172-108/+12
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+7
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Perl's chop / chomp considered bad, use a regexp insteadRichard Levitte2016-02-111-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove outdated testsRich Salz2016-01-281-89/+0
* Remove /* foo.c */ commentsRich Salz2016-01-263-3/+0