aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine/eng_table.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 09/10Rich Salz1-51/+6
2016-03-09Move engine library over to using the new thread APIMatt Caswell1-8/+8
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson1-10/+6
2016-01-11Add lh_doall inliningDr. Stephen Henson1-4/+1
2016-01-11Add lh_new() inliningDr. Stephen Henson1-4/+1
2016-01-11Inline LHASH_OFDr. Stephen Henson1-4/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup 11Rich Salz1-0/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-235/+240
2014-07-08Please Clang's sanitizer, addendum.Andy Polyakov1-2/+4
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2010-01-28In engine_table_select() don't clear out entire error queue: just clearDr. Stephen Henson1-1/+2
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson1-1/+1
2008-05-27Avoid "duplicate const" warnings.Dr. Stephen Henson1-2/+2
2008-05-26LHASH revamp. make depend.Ben Laurie1-21/+30
2008-04-28Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe1-4/+4
2007-11-21Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson1-0/+26
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson1-2/+2
2004-06-19Incomplete initial sweep over the engine code. Mainly reducing someGeoff Thorpe1-69/+22
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe1-1/+2
2001-11-092001, not 2000Bodo Möller1-1/+1
2001-10-08Missing pointer in the eng_table_register function. Reported byGeoff Thorpe1-1/+1
2001-09-26Fix warning.Ben Laurie1-1/+1
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe1-0/+361