summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/dso
AgeCommit message (Expand)AuthorFilesLines
2018-08-24In DSO_up_ref(), check return value of CRYPTO_add() and reporttb1-3/+5
2017-01-29Send the function codes from the error functions to the bit bucket,beck3-108/+55
2016-03-15'accomodate' -> 'accommodate' in comments.krw1-2/+2
2015-02-07Delete a lot of #if 0 code in libressl.doug2-18/+2
2014-08-14fixed overrid(d)en typotobias1-2/+2
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing4-8/+8
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing1-1/+4
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatjsing2-2/+6
2014-06-12tags as requested by miod and teduderaadt6-6/+6
2014-06-11c-file-style hints, begone; ok beckderaadt3-3/+3
2014-05-30more: no need for null check before freederaadt2-7/+3
2014-05-30no need for null check before free. from Brendan MacDonelltedu1-2/+1
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2-34/+10
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck1-4/+5
2014-04-23ain't nobody got time for hpuxtedu1-22/+0
2014-04-23fix some variablestedu1-2/+1
2014-04-23replace a bunch of hand duped strings with strduptedu2-10/+4
2014-04-23malloc/memset -> calloc. from peter malonetedu1-2/+1
2014-04-20Eliminate duplicated logic by switching from malloc+snprintf to asprintfguenther1-19/+13
2014-04-19KNF.jsing6-557/+523
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck1-2/+2
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt1-10/+0
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck3-19/+19
2014-04-15we don't use these files for buildingtedu1-77/+0
2014-04-15Just like every web browser expands until it can read mail, every modularmiod7-2148/+1
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-73/+0
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod1-1/+1
2012-10-22Restore r1.10, lost during last update:miod1-1/+1
2012-10-13resolve conflictsdjm1-1/+2
2011-11-03openssl-1.0.0e: resolve conflictsdjm2-79/+101
2010-10-18Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@miod1-1/+1
2010-10-01resolve conflicts, fix local changesdjm9-211/+480
2010-10-01import OpenSSL-1.0.0adjm3-3/+283
2009-01-09import openssl-0.9.8jdjm1-1/+1
2008-09-06remerge local tweaks, update per-arch configuration headers, updatedjm1-5/+8
2008-09-06resolve conflictsdjm7-86/+734
2008-09-06import of OpenSSL 0.9.8hdjm2-22/+26
2006-06-27resolve conflictsdjm4-50/+138
2006-06-27import of openssl-0.9.7jdjm1-1/+1
2005-04-29resolve conflictsdjm1-1/+1
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm1-0/+140
2005-03-30enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santosmarkus1-3/+3
2004-04-08merge 0.9.7dmarkus1-2/+2
2003-11-11merge 0.9.7c; minor bugsfixes;markus1-1/+5
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus3-3/+3
2003-03-16Less strcpy/strcat/sprintf. tdeval@ ok.ho1-2/+2
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@markus1-1/+1
2002-09-04execute bourne shell scripts with 'sh' and not with $SHELLmarkus1-1/+1
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,beck1-1/+1
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergebeck9-300/+566