summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_cnf.c
AgeCommit message (Expand)Author
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-07-16deprecate engines in libcryptoPauli
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-04-05Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte
2019-03-06Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2016-07-25Constify engine/eng_cnf.c internal method.FdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-02-09Fix memory leak in ENGINE autoconfig code. Improve error logging.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-09-15From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller
2005-05-12Typo.Dr. Stephen Henson
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
2002-06-13Add missing prototypes.Lutz Jänicke
2002-03-06ENGINE module additions.Dr. Stephen Henson
2002-02-24Make the engine config module always add dynamic ENGINEsDr. Stephen Henson
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson