summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2014-12-17Build fixesEmilia Kasper
2014-12-08Disable engines that will fail to build when bn is made opaqueMatt Caswell
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-15cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe
2014-08-15cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe
2014-08-14make dependEmilia Kasper
2014-07-19Windows build fixes.Dr. Stephen Henson
2014-07-08Please Clang's sanitizer, addendum.Andy Polyakov
2014-06-30Make depend.Ben Laurie
2014-02-19make dependDr. Stephen Henson
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-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-07-05Remove RSAX engine, superseded by RSAZ module.Andy Polyakov
2013-03-04Include correctly.Ben Laurie
2013-02-21make depend.Ben Laurie
2012-11-19make dependDr. Stephen Henson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-03-19eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov
2012-02-27PR: 2735Dr. Stephen Henson
2011-12-13Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie
2011-10-13Remove eng_aesni.c as AES-NI support is integrated directly at EVP.Andy Polyakov
2011-10-13Make CTR mode behaviour consistent with other modes:Bodo Möller
2011-10-10def_rsa_finish not used any more.Dr. Stephen Henson
2011-10-10remove some debugging codeDr. Stephen Henson
2011-10-10fix leak properly this time...Dr. Stephen Henson
2011-10-09fix memory leaksDr. Stephen Henson
2011-09-05make updateBodo Möller
2011-08-22eng_rsax.c: improve portability.Andy Polyakov
2011-08-14eng_rdrand.c: make it link in './config 386' case.Andy Polyakov
2011-08-11prevent compilation errors and warningsDr. Stephen Henson
2011-08-10Add provisory support for RDRAND instruction.Andy Polyakov
2011-08-03fix memory leakDr. Stephen Henson
2011-07-21stop warningsDr. Stephen Henson
2011-07-20Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.Andy Polyakov
2011-05-29Various mingw64 fixes.Andy Polyakov
2011-05-15new flag to stop ENGINE methods being registeredDr. Stephen Henson
2011-03-23make update (1.1.0-dev)Richard Levitte
2011-03-12Add SRP support.Ben Laurie
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
2011-02-03make updateBodo Möller
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-11-24fix typo in HMAC redirection, add HMAC INIT tracingDr. Stephen Henson
2010-11-24VERY EXPERIMENTAL HMAC redirection example in OpenSSL ENGINE. Untested at thisDr. Stephen Henson
2010-10-04fix warningsDr. Stephen Henson