summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-30dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte
2015-01-27"#if 0" removal: header filesRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More commentsMatt Caswell
2015-01-12Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has beenMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-30dlfcn: always define _GNU_SOURCEKurt Roeckx
2014-12-21RT3548: Remvoe unsupported platformsRich Salz
2014-12-17RT3548: Remove some obsolete platformsRich Salz
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2014-05-01dso: eliminate VMS code on non-VMS systemsGeoff Thorpe
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2012-12-18dso/dso_win32.c: fix compiler warning.Andy Polyakov
2011-09-05make updateBodo Möller
2011-09-01PR: 2589Dr. Stephen Henson
2011-03-25Make some Unix builds work again.Dr. Stephen Henson
2011-03-23make update (1.1.0-dev)Richard Levitte
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2011-02-12dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-03-29dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov
2009-10-04Prevent aliasing warningDr. Stephen Henson
2009-07-16Use correct extension and OSX detection.Dr. Stephen Henson
2009-07-15Updates from 1.0.0-stableDr. Stephen Henson
2009-07-15Updates from 1.0.0-stableDr. Stephen Henson
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-12-27Remove dead code. (Coverity ID 2)Ben Laurie
2008-12-16Stack changes made dso_vms.c not compile properly.Richard Levitte
2008-06-04Make DSO WIN32 compile again.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-01-04Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov
2007-04-02check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-10-23Fix mingw warnings.Andy Polyakov
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte
2006-04-13Update dependencies.Dr. Stephen Henson
2006-04-12Add file dso_beos.c missing from original commit.Dr. Stephen Henson
2006-04-11Add BeOS support.Ulf Möller
2006-04-11Use Dl_info only on systems where it is known to exist. It does notUlf Möller
2006-04-11uncomment; that one slipped throughUlf Möller
2006-04-11improve make dclean to remove files generated during buildUlf Möller
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-03-11fix "missing initializer" warningNils Larsch