aboutsummaryrefslogtreecommitdiff
path: root/crypto/lhash
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Also add OPENSSL_callocDavid Benjamin1-1/+1
2023-10-05Add OPENSSL_zallocDavid Benjamin1-6/+3
2023-07-11Use std::make_unique when possibleDavid Benjamin1-1/+1
2022-06-14Fix build with MSVC 2022.David Benjamin1-1/+13
2021-06-22Remove lh_FOO_doall.David Benjamin2-22/+1
2021-06-22Prefix internal LHASH functions.David Benjamin3-84/+79
2021-06-22Unexport almost all of LHASH.David Benjamin3-0/+279
2018-10-15Fix undefined function pointer casts in LHASH.David Benjamin1-24/+22
2018-10-15Use proper functions for lh_*.David Benjamin2-92/+32
2018-09-05Flatten most of the crypto target.David Benjamin1-9/+0
2018-07-03Add lh_FOO_retrieve_key to avoid stack-allocating SSL_SESSION.David Benjamin3-13/+41
2017-10-25Unexport more of lhash.David Benjamin1-0/+19
2017-10-02Remove now unnecessary _POSIX_C_SOURCE bits to work around macOS bug.David Benjamin1-4/+0
2017-08-21Use OPENSSL_hash32 in lh_strhash.David Benjamin1-22/+3
2017-08-18Run the comment converter on libcrypto.David Benjamin1-26/+26
2017-05-23Convert various tests to GTest.David Benjamin2-51/+10
2017-01-04Remove lh_new's default hash and comparator.David Benjamin2-11/+3
2017-01-04Test LHASH contents with lh_doall_arg.David Benjamin1-0/+29
2017-01-04Rewrite lhash_test in C++.David Benjamin3-204/+132
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-3/+6
2016-09-12Use C99 for size_t loops.David Benjamin1-10/+6
2016-05-19Use non-deprecated methods on windows.nmittler1-0/+4
2015-10-26Add a run_tests target to run all tests.David Benjamin1-0/+1
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley1-1/+1
2015-07-29Fix some typos in license headers.David Benjamin1-1/+2
2015-05-21Fix some malloc test crashs.David Benjamin1-0/+3
2015-05-21Add malloc test support to unit tests.David Benjamin1-0/+2
2015-02-10Remove more bits of ERR_STRING_DATA.Adam Langley1-4/+7
2015-02-02Remove string.h from base.h.Adam Langley1-0/+1
2015-01-28Change CMakeLists.txt to two-space indent.Adam Langley1-5/+5
2014-10-02Fix NaCl build.Adam Langley1-0/+2
2014-10-02Use _POSIX_C_SOURCE not _BSD_SOURCE.Adam Langley1-1/+1
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin1-1/+6
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin1-1/+1
2014-07-14Move public headers to include/openssl/Adam Langley3-442/+1
2014-07-08Switch from rand_r to rand in lhash_test.Adam Langley1-14/+7
2014-06-24Include some build fixes for OS X.Adam Langley1-1/+6
2014-06-20Inital import.Adam Langley6-0/+1057