summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/lhash/lhash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lhash_local.h.jsing2024-07-141-3/+24
* Remove lhash statistics.jsing2024-06-301-15/+1
* Remove the less-than-useful change log.jsing2024-06-221-39/+1
* Reorder functions and drop static function prototypes.jsing2024-05-071-123/+119
* Fix function wrapping.jsing2024-05-061-2/+3
* Guard call to contract() from doall_util_fn().jsing2024-05-061-2/+4
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-1/+10
* Make it safe to delete entries from an lhash doall callback.jsing2024-01-241-2/+15
* Hide symbols in lhash, pem, and rc2beck2023-07-071-1/+10
* Stop the eyebleed in here and just use callocbeck2019-05-121-31/+8
* Use more homogeneous types and avoid a possible right shift by 32 inmiod2016-11-081-17/+11
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* I do not have time to describe how bad the realloc() uses in here, nowderaadt2014-05-291-4/+2
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* KNF.jsing2014-04-201-235/+224
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-10/+10
* resolve conflicts, fix local changesdjm2010-10-011-18/+23
* resolve conflictsdjm2008-09-061-10/+10
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-27/+36
* openssl-engine-0.9.6 mergebeck2000-12-151-10/+10
* OpenSSL 0.9.5a mergebeck2000-04-151-16/+5
* OpenSSL 0.9.5 mergebeck2000-03-191-22/+18
* OpenSSL 0.9.4 mergebeck1999-09-291-55/+42
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+489