aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from cryptoMatt Caswell2015-03-171-4/+3
* Unchecked malloc fixesMatt Caswell2015-03-051-1/+2
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-305-66/+0
* dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte2015-01-301-1/+15
* "#if 0" removal: header filesRich Salz2015-01-271-7/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-17/+17
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-229-2553/+2478
* More commentsMatt Caswell2015-01-221-1/+1
* Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has beenMatt Caswell2015-01-121-3/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
* RT3548: Remvoe unsupported platformsRich Salz2014-12-211-5/+1
* RT3548: Remove some obsolete platformsRich Salz2014-12-173-282/+2
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Fix a wrong parameter count ERR_add_error_dataJanpopan2014-05-191-1/+1
* dso: eliminate VMS code on non-VMS systemsGeoff Thorpe2014-05-011-8/+8
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-052-6/+6
* dso/dso_win32.c: fix compiler warning.Andy Polyakov2012-12-181-3/+6
* make updateBodo Möller2011-09-051-1/+1
* PR: 2589Dr. Stephen Henson2011-09-011-1/+1
* Make some Unix builds work again.Dr. Stephen Henson2011-03-251-1/+1
* make update (1.1.0-dev)Richard Levitte2011-03-231-1/+1
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-78/+99
* dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov2011-02-121-0/+1
* Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson2011-02-021-1/+2
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov2010-03-291-0/+3
* Prevent aliasing warningDr. Stephen Henson2009-10-041-4/+7
* Use correct extension and OSX detection.Dr. Stephen Henson2009-07-161-3/+3
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-4/+13
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-0/+3
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-9/+9
* Remove dead code. (Coverity ID 2)Ben Laurie2008-12-271-7/+0
* Stack changes made dso_vms.c not compile properly.Richard Levitte2008-12-161-6/+6
* Make DSO WIN32 compile again.Dr. Stephen Henson2008-06-041-8/+8
* More type-checking.Ben Laurie2008-06-043-11/+11
* Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov2008-01-041-6/+7
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Fix mingw warnings.Andy Polyakov2006-10-231-1/+1
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-122-7/+12
* Update dependencies.Dr. Stephen Henson2006-04-131-0/+8
* Add file dso_beos.c missing from original commit.Dr. Stephen Henson2006-04-121-0/+270
* Add BeOS support.Ulf Möller2006-04-114-2/+17
* Use Dl_info only on systems where it is known to exist. It does notUlf Möller2006-04-111-1/+5
* uncomment; that one slipped throughUlf Möller2006-04-111-1/+1
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2