aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine/eng_dyn.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-24Fix two possible leaks.FdaSilvaYY1-0/+2
2016-01-07mem functions cleanupRich Salz1-2/+0
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-4/+6
2015-09-03remove 0 assignments.Rich Salz1-10/+3
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-07-20Rewrite crypto/ex_dataRich Salz1-1/+0
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free NULL cleanup 11Rich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-12/+7
2015-04-28ERR_ cleanupRich Salz1-1/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-447/+470
2014-12-17Build fixesEmilia Kasper1-3/+0
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-6/+6
2008-06-04More type-checking.Ben Laurie1-7/+7
2005-05-11Fix more error codes.Bodo Möller1-2/+2
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-4/+0
2003-06-26The definition of dynamic_ctrl() should change along with theRichard Levitte1-1/+1
2003-06-19dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte1-1/+1
2002-10-18If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe1-0/+1
2002-10-11Step 11b of move of engines: Time to make the changes to supportRichard Levitte1-3/+94
2002-06-21Make sure any ENGINE control commands make local copies of stringGeoff Thorpe1-5/+19
2001-11-22Cut "ENGINE_ID" to the more concise "ID".Geoff Thorpe1-4/+4
2001-11-22When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe1-3/+3
2001-11-14After loading a dynamic engine, reset the command definitions to theRichard Levitte1-0/+7
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe1-3/+15
2001-09-14Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe1-3/+3
2001-09-07make engine file names unique in 8.3Ulf Möller1-0/+427