aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_cnf.c
Commit message (Expand)AuthorAgeFilesLines
* Constify engine/eng_cnf.c internal method.FdaSilvaYY2016-07-251-6/+6
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-6/+6
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-174/+157
* Fix memory leak in ENGINE autoconfig code. Improve error logging.Dr. Stephen Henson2010-02-091-3/+14
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller2008-09-151-0/+9
* Typo.Dr. Stephen Henson2005-05-121-1/+1
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-4/+1
* Add missing prototypes.Lutz Jänicke2002-06-131-1/+1
* ENGINE module additions.Dr. Stephen Henson2002-03-061-2/+50
* Make the engine config module always add dynamic ENGINEsDr. Stephen Henson2002-02-241-0/+2
* default_algorithms option in ENGINE config.Dr. Stephen Henson2002-01-221-2/+7
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-211-0/+187