aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_table.c
Commit message (Expand)AuthorAgeFilesLines
* Unlock only when lock was successfulcchinchole2024-07-031-2/+4
* coverity: NULL dereferencePauli2023-09-201-0/+1
* Fix engine cleanup error handlingBernd Edlinger2023-09-151-3/+5
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* no_autoload: make the no-autoload-config option work again.Pauli2023-08-041-0/+2
* Remove engine_table_select_intRich Salz2021-05-251-2/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-4/+10
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Load the config file by defaultMatt Caswell2019-08-011-0/+3
* Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte2019-03-061-32/+25
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Fix a possible memory leak in engine_table_registerBernd Edlinger2018-03-031-0/+5
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+6
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-8/+8
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-10/+6
* Add lh_doall inliningDr. Stephen Henson2016-01-111-4/+1
* Add lh_new() inliningDr. Stephen Henson2016-01-111-4/+1
* Inline LHASH_OFDr. Stephen Henson2016-01-111-4/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 11Rich Salz2015-05-011-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-235/+240
* Please Clang's sanitizer, addendum.Andy Polyakov2014-07-081-2/+4
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* In engine_table_select() don't clear out entire error queue: just clearDr. Stephen Henson2010-01-281-1/+2
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* Avoid "duplicate const" warnings.Dr. Stephen Henson2008-05-271-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-261-21/+30
* Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe2008-04-281-4/+4
* Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson2007-11-211-0/+26
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-2/+2
* Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe2004-06-191-69/+22
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-1/+2
* 2001, not 2000Bodo Möller2001-11-091-1/+1
* Missing pointer in the eng_table_register function. Reported byGeoff Thorpe2001-10-081-1/+1
* Fix warning.Ben Laurie2001-09-261-1/+1
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-0/+361