aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso
AgeCommit message (Expand)AuthorFilesLines
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan1-1/+1
2014-05-01dso: eliminate VMS code on non-VMS systemsGeoff Thorpe1-8/+8
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2-6/+6
2012-12-18dso/dso_win32.c: fix compiler warning.Andy Polyakov1-3/+6
2011-09-05make updateBodo Möller1-1/+1
2011-09-01PR: 2589Dr. Stephen Henson1-1/+1
2011-03-25Make some Unix builds work again.Dr. Stephen Henson1-1/+1
2011-03-23make update (1.1.0-dev)Richard Levitte1-1/+1
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte1-78/+99
2011-02-12dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov1-0/+1
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson1-1/+2
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2010-03-29dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov1-0/+3
2009-10-04Prevent aliasing warningDr. Stephen Henson1-4/+7
2009-07-16Use correct extension and OSX detection.Dr. Stephen Henson1-3/+3
2009-07-15Updates from 1.0.0-stableDr. Stephen Henson1-4/+13
2009-07-15Updates from 1.0.0-stableDr. Stephen Henson1-0/+3
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov1-9/+9
2008-12-27Remove dead code. (Coverity ID 2)Ben Laurie1-7/+0
2008-12-16Stack changes made dso_vms.c not compile properly.Richard Levitte1-6/+6
2008-06-04Make DSO WIN32 compile again.Dr. Stephen Henson1-8/+8
2008-06-04More type-checking.Ben Laurie3-11/+11
2008-01-04Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov1-6/+7
2007-04-02check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch1-3/+2
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-10-23Fix mingw warnings.Andy Polyakov1-1/+1
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte2-7/+12
2006-04-13Update dependencies.Dr. Stephen Henson1-0/+8
2006-04-12Add file dso_beos.c missing from original commit.Dr. Stephen Henson1-0/+270
2006-04-11Add BeOS support.Ulf Möller4-2/+17
2006-04-11Use Dl_info only on systems where it is known to exist. It does notUlf Möller1-1/+5
2006-04-11uncomment; that one slipped throughUlf Möller1-1/+1
2006-04-11improve make dclean to remove files generated during buildUlf Möller1-0/+2
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-1/+1
2006-03-11fix "missing initializer" warningNils Larsch1-1/+2
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2006-01-15Fix from stable branch.Dr. Stephen Henson1-2/+2
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller3-11/+16
2006-01-02Typo in win32_globallookup.Andy Polyakov1-1/+1
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov5-23/+23
2006-01-01Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov1-1/+6
2005-12-31Oops! Remove junk...Andy Polyakov1-1/+0
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov6-3/+118
2005-12-18commentsUlf Möller1-3/+3
2005-12-18Eliminate possible mapping leak.Andy Polyakov1-0/+1
2005-11-01Fix numerous bugs in the Win32 path splitterRichard Levitte1-5/+29
2005-11-01A slight change in documentation that makes it so much more comprehensibleRichard Levitte1-1/+1
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-1/+4
2005-08-03WCE update, mostly typos.Andy Polyakov1-2/+2
2005-08-02Implement complementary LoadLibraryA shim under WCE.Andy Polyakov1-0/+24