summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_table.c
AgeCommit message (Expand)Author
2023-09-20coverity: NULL dereferencePauli
2023-09-15Fix engine cleanup error handlingBernd Edlinger
2023-09-07Copyright year updatesMatt Caswell
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2021-05-25Remove engine_table_select_intRich Salz
2021-04-08Update copyright yearMatt Caswell
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-01Load the config file by defaultMatt Caswell
2019-03-06Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2018-03-20Update copyright yearMatt Caswell
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-09Move engine library over to using the new thread APIMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson
2016-01-11Add lh_doall inliningDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-07-08Please Clang's sanitizer, addendum.Andy Polyakov
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2010-01-28In engine_table_select() don't clear out entire error queue: just clearDr. Stephen Henson
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-05-27Avoid "duplicate const" warnings.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-04-28Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe
2007-11-21Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
2004-06-19Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2001-11-092001, not 2000Bodo Möller
2001-10-08Missing pointer in the eng_table_register function. Reported byGeoff Thorpe
2001-09-26Fix warning.Ben Laurie
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe