aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Convert CRYPTO_LOCK_DSO to new multi-threading APIAlessandro Ghedini1-10/+27
2016-02-29GH762: Reuse strdup()Dmitry-Me1-4/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2-19/+8
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-9/+2
2016-02-04Fix potential buffer overrunDmitry-Me1-1/+1
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me2-8/+4
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz8-8/+0
2016-01-24Fix two possible leaks.FdaSilvaYY1-0/+1
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