aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* free cleanup almost the finaleRich Salz2015-04-301-8/+3
* remove malloc castsRich Salz2015-04-282-2/+2
* ERR_ cleanupRich Salz2015-04-281-1/+0
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-1227/+0
* make dependDr. Stephen Henson2015-03-241-2/+2
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Use OPENSSL_malloc rather than malloc/callocRichard Levitte2015-03-241-2/+3
* Fix eng_cryptodev to not depend on BN internals.Richard Levitte2015-03-241-18/+8
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-114-15/+5
* Dead code cleanup; remove #if 0 from crypto/engineRich Salz2015-02-023-42/+0
* Build correctly for me on FreeBSD 10.Ben Laurie2015-01-301-0/+1
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-7/+0
* Remove unused eng_rsax and related asm fileRich Salz2015-01-241-701/+0
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-241-0/+2
* Replace exit() with error return.Viktor Dkhovni2015-01-231-2/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2229-5675/+5899
* Fix indent issue with engine.hMatt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-302-4/+6
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* 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