summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2018-11-20Update copyright yearMatt Caswell
2018-09-27Merge 1.0.2 setuid calls to getenv(3) safety.Pauli
2018-08-14Update copyright yearMatt Caswell
2018-05-31ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte
2018-05-13Fix memory leaks in CA related functions.Pavel Kopyl
2018-03-27Update copyright yearMatt Caswell
2018-03-14crypto/engine/eng_cryptodev.c: don't treat a void* like an arrayRichard Levitte
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-12-04Update eng_fat.cMerQGh
2017-02-15Fix possible memory leak in cryptodev_digest_update.Bernd Edlinger
2016-09-22Fix typo introduced by a03f81f4Rich Salz
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-06-03cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe
2016-02-27Fix two possible leaksFdaSilvaYY
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