summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_dyn.c
AgeCommit message (Expand)Author
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-03-09Move engine library over to using the new thread APIMatt Caswell
2016-03-09Fix a typo in dynamic_load()Richard Levitte
2016-03-09Remove the transfer of lock hooks from bind_engineRichard Levitte
2016-03-09Engine API repair - memory management hooksRichard Levitte
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Fix two possible leaks.FdaSilvaYY
2016-01-07mem functions cleanupRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-07-20Rewrite crypto/ex_dataRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28ERR_ cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-17Build fixesEmilia Kasper
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-06-26The definition of dynamic_ctrl() should change along with theRichard Levitte
2003-06-19dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte
2002-10-18If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe
2002-10-11Step 11b of move of engines: Time to make the changes to supportRichard Levitte
2002-06-21Make sure any ENGINE control commands make local copies of stringGeoff Thorpe
2001-11-22Cut "ENGINE_ID" to the more concise "ID".Geoff Thorpe
2001-11-22When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe
2001-11-14After loading a dynamic engine, reset the command definitions to theRichard Levitte
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe
2001-09-14Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe
2001-09-07make engine file names unique in 8.3Ulf Möller