summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-01-26Remove unused eng_rsax and related asm fileRich Salz
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix indent issue with engine.hMatt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-17Build fixesEmilia Kasper
2014-07-09Please Clang's sanitizer, addendum.Andy Polyakov
2014-02-18Don't use CRYPTO_AES_CTR if it isn't defined.Dr. Stephen Henson
2014-02-15Add support for aes-128/192/256-ctr to the cryptodev engine.Klaus-Peter Junghanns
2014-01-28Add loaded dynamic ENGINEs to list.Dr. Stephen Henson
2013-12-13Don't use rdrand engine as default unless explicitly requested.Dr. Stephen Henson
2013-12-01RSAX no longer compiled.Dr. Stephen Henson
2013-07-05Remove RSAX engine, superseded by RSAZ module.Andy Polyakov
2013-06-13Wrong include path.Ben Laurie
2013-01-15make updateDr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-02-27PR: 2735Dr. Stephen Henson
2011-10-10def_rsa_finish not used anymore.Dr. Stephen Henson
2011-10-10fix leak properly this time...Dr. Stephen Henson
2011-10-09fix memory leaksDr. Stephen Henson
2011-08-22eng_rsax.c: improve portability [from HEAD].Andy Polyakov
2011-08-14Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson
2011-08-14eng_rsax.c: make it work on Win64.Andy Polyakov
2011-08-14eng_rdrand.c: make it link in './config 386' case [from HEAD].Andy Polyakov
2011-08-11prevent compilation errors and warningsDr. Stephen Henson
2011-08-10Add provisory support for RDRAND [from HEAD].Andy Polyakov
2011-08-03fix memory leakDr. Stephen Henson
2011-07-25Disable rsax for Windows: it doesn't currently work.Dr. Stephen Henson
2011-07-21stop warningsDr. Stephen Henson
2011-07-20Add RSAX builtin engine [from HEAD].Andy Polyakov
2011-05-15new flag to stop ENGINE methods being registeredDr. Stephen Henson
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2010-07-21Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson
2010-03-27PR: 1813Dr. Stephen Henson
2010-03-03don't mix definitions and codeDr. Stephen Henson
2010-03-01PR: 2178Dr. Stephen Henson
2010-03-01use correct prototype as in HEADDr. Stephen Henson
2010-03-01make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson
2010-02-09Fix memory leak in ENGINE autoconfig code. Improve error logging.Dr. Stephen Henson
2010-01-28In engine_table_select() don't clear out entire error queue: just clearDr. Stephen Henson
2010-01-06ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)Dr. Stephen Henson
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2009-07-27Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson
2009-07-26Fix warnings.Ben Laurie