aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-132/+63
2015-12-30Fix some missing or faulty header file inclusionsRichard Levitte1-1/+1
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte5-5/+5
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-2/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell4-11/+11
2015-11-05Rebuild error source files.Dr. Stephen Henson1-27/+27
2015-09-29Fix pedantic warnings in mingw builds.Andy Polyakov1-11/+20
2015-09-02Add and use OPENSSL_zallocRich Salz2-4/+2
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-7/+11
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte7-7/+7
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz2-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz3-4/+4
2015-05-01free NULL cleanup 11Rich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz5-19/+9
2015-04-28remove malloc castsRich Salz2-3/+4
2015-04-16Code style: space after 'if'Viktor Dukhovni2-2/+2
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-441/+0
2015-03-17Remove dead code from cryptoMatt Caswell1-4/+3
2015-03-05Unchecked malloc fixesMatt Caswell1-1/+2
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz5-66/+0
2015-01-30dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte1-1/+15
2015-01-27"#if 0" removal: header filesRich Salz1-7/+0
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-17/+17
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell9-2553/+2478
2015-01-22More commentsMatt Caswell1-1/+1
2015-01-12Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has beenMatt Caswell1-3/+0
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-12-30dlfcn: always define _GNU_SOURCEKurt Roeckx1-4/+2
2014-12-21RT3548: Remvoe unsupported platformsRich Salz1-5/+1
2014-12-17RT3548: Remove some obsolete platformsRich Salz3-282/+2
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
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