summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-02Dead code cleanup; remove #if 0 from crypto/engineRich Salz
2015-01-30Build correctly for me on FreeBSD 10.Ben Laurie
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-24Remove unused eng_rsax and related asm fileRich Salz
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-23Replace exit() with error return.Viktor Dkhovni
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix indent issue with engine.hMatt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
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