summaryrefslogtreecommitdiff
path: root/crypto/engine/eng_cnf.c
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-6/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-7/+4
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte2019-04-051-3/+3
* Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte2019-03-061-13/+6
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* 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