aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_table.c
Commit message (Expand)AuthorAgeFilesLines
* 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