]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/engine/eng_table.c
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
[thirdparty/openssl.git] / crypto / engine / eng_table.c
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-01  Matt CaswellLoad the config file by default
2019-03-06  Richard LevitteAdapt ENGINE_TABLE_DEBUG to the new generic trace API
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-20  Matt CaswellUpdate copyright year
2018-03-03  Bernd EdlingerFix a possible memory leak in engine_table_register
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-03-09  Matt CaswellMove engine library over to using the new thread API
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-11  Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11  Dr. Stephen HensonAdd lh_doall inlining
2016-01-11  Dr. Stephen HensonAdd lh_new() inlining
2016-01-11  Dr. Stephen HensonInline LHASH_OF
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 11
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-07-08  Andy PolyakovPlease Clang's sanitizer, addendum.
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2010-01-28  Dr. Stephen HensonIn engine_table_select() don't clear out entire error...
2008-07-04  Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-05-27  Dr. Stephen HensonAvoid "duplicate const" warnings.
2008-05-26  Ben LaurieLHASH revamp. make depend.
2008-04-28  Geoff ThorpeFix auto-discovery of ENGINEs. See the CHANGES entry...
2007-11-21  Dr. Stephen HensonLookup public key ASN1 methods by string by iterating...
2007-09-07  Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2004-06-19  Geoff ThorpeIncomplete initial sweep over the engine code. Mainly...
2004-04-19  Geoff ThorpeReduce header interdependencies, initially in engine...
2001-11-09  Bodo Möller2001, not 2000
2001-10-08  Geoff ThorpeMissing pointer in the eng_table_register function...
2001-09-26  Ben LaurieFix warning.
2001-09-25  Geoff ThorpeThis change replaces the ENGINE's underlying mechanics...