summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/lhash (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-5/+1
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-102-2/+8
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-123-3/+3
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-88/+0
* 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
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-292-6/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-221-17/+0
* KNF.jsing2014-04-204-398/+393
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-172-11/+11
* we don't use these files for buildingtedu2014-04-151-75/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-13/+0
* resolve conflicts, fix local changesdjm2010-10-014-162/+115
* import OpenSSL-1.0.0adjm2010-10-011-1/+1
* import openssl-0.9.8jdjm2009-01-091-1/+1
* resolve conflictsdjm2008-09-062-18/+19
* import of OpenSSL 0.9.8hdjm2008-09-061-10/+7
* import of openssl-0.9.7jdjm2006-06-271-1/+1
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+91
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-122-72/+31
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-24/+39
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-155-68/+127
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
* openssl-engine-0.9.6 mergebeck2000-12-155-21/+30
* OpenSSL 0.9.5a mergebeck2000-04-152-16/+6
* OpenSSL 0.9.5 mergebeck2000-03-193-32/+29
* do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
* OpenSSL 0.9.4 mergebeck1999-09-296-122/+88
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-056-0/+1119