aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Build fixesEmilia Kasper2014-12-171-3/+0
* Disable engines that will fail to build when bn is made opaqueMatt Caswell2014-12-081-0/+3
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-4/+4
* cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe2014-08-151-6/+11
* cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe2014-08-151-2/+4
* make dependEmilia Kasper2014-08-141-8/+7
* Windows build fixes.Dr. Stephen Henson2014-07-191-1/+0
* Please Clang's sanitizer, addendum.Andy Polyakov2014-07-081-2/+4
* Make depend.Ben Laurie2014-06-301-7/+8
* make dependDr. Stephen Henson2014-02-191-2/+0
* Don't use CRYPTO_AES_CTR if it isn't defined.Dr. Stephen Henson2014-02-181-2/+6
* Add support for aes-128/192/256-ctr to the cryptodev engine.Klaus-Peter Junghanns2014-02-151-0/+51
* Add loaded dynamic ENGINEs to list.Dr. Stephen Henson2014-01-281-0/+1
* Don't use rdrand engine as default unless explicitly requested.Dr. Stephen Henson2013-12-131-0/+1
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-052-2/+2
* Remove RSAX engine, superseded by RSAZ module.Andy Polyakov2013-07-052-19/+2
* Include correctly.Ben Laurie2013-03-041-4/+4
* make depend.Ben Laurie2013-02-211-0/+2
* make dependDr. Stephen Henson2012-11-191-2/+0
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-035-4/+7
* eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov2012-03-191-2/+2
* PR: 2735Dr. Stephen Henson2012-02-271-20/+51
* Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie2011-12-131-2/+2
* Remove eng_aesni.c as AES-NI support is integrated directly at EVP.Andy Polyakov2011-10-134-536/+2
* Make CTR mode behaviour consistent with other modes:Bodo Möller2011-10-131-13/+3
* def_rsa_finish not used any more.Dr. Stephen Henson2011-10-101-2/+0
* remove some debugging codeDr. Stephen Henson2011-10-101-5/+0
* fix leak properly this time...Dr. Stephen Henson2011-10-101-8/+16
* fix memory leaksDr. Stephen Henson2011-10-091-2/+5
* make updateBodo Möller2011-09-051-0/+28
* eng_rsax.c: improve portability.Andy Polyakov2011-08-221-3/+6
* eng_rdrand.c: make it link in './config 386' case.Andy Polyakov2011-08-141-1/+1
* prevent compilation errors and warningsDr. Stephen Henson2011-08-111-3/+5
* Add provisory support for RDRAND instruction.Andy Polyakov2011-08-104-2/+146
* fix memory leakDr. Stephen Henson2011-08-031-0/+1
* stop warningsDr. Stephen Henson2011-07-211-1/+2
* Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.Andy Polyakov2011-07-204-2/+663
* Various mingw64 fixes.Andy Polyakov2011-05-291-1/+1
* new flag to stop ENGINE methods being registeredDr. Stephen Henson2011-05-152-1/+9
* make update (1.1.0-dev)Richard Levitte2011-03-231-2/+0
* Add SRP support.Ben Laurie2011-03-121-0/+2
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* make updateBodo Möller2011-02-031-7/+9
* stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson2011-01-301-0/+3
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* fix typo in HMAC redirection, add HMAC INIT tracingDr. Stephen Henson2010-11-241-2/+5
* VERY EXPERIMENTAL HMAC redirection example in OpenSSL ENGINE. Untested at thisDr. Stephen Henson2010-11-241-0/+242
* fix warningsDr. Stephen Henson2010-10-041-2/+4