summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso/dso_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In DSO_up_ref(), check return value of CRYPTO_add() and reporttb2018-08-241-3/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-37/+34
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* more: no need for null check before freederaadt2014-05-301-5/+2
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* replace a bunch of hand duped strings with strduptedu2014-04-231-4/+2
* malloc/memset -> calloc. from peter malonetedu2014-04-231-2/+1
* KNF.jsing2014-04-191-288/+274
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-2/+2
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-10/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* resolve conflicts, fix local changesdjm2010-10-011-9/+26
* resolve conflictsdjm2008-09-061-1/+28
* merge 0.9.7dmarkus2004-04-081-2/+2
* Less strcpy/strcat/sprintf. tdeval@ ok.ho2003-03-161-2/+2
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-23/+156
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+306