summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2016-02-27Fix two possible leaksFdaSilvaYY
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-30dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-30dlfcn: always define _GNU_SOURCEKurt Roeckx
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2014-05-06dso: eliminate VMS code on non-VMS systemsGeoff Thorpe
2014-02-01dso/dso_win32.c: fix compiler warning.Andy Polyakov
2011-09-01PR: 2589Dr. Stephen Henson
2011-08-14Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson
2011-06-09add android support to DSO (from HEAD)Dr. Stephen Henson
2011-03-25make some non-VMS builds work againDr. Stephen Henson
2011-03-23make update (1.0.1-stable)Richard Levitte
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-02-12dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].Andy Polyakov
2010-03-29dso_dlfcn.c: fix compile failure on Tru64 [from HEAD].Andy Polyakov
2009-10-04Prevent aliasing warningDr. Stephen Henson
2009-07-16Update from HEAD.Dr. Stephen Henson
2009-07-15Handle OSX ".dynlib" DSO extension.Dr. Stephen Henson
2009-07-15PR: 1980Dr. 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
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-01-15Fix from stable branch.Dr. Stephen Henson
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2006-01-02Typo in win32_globallookup.Andy Polyakov