aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* make updateMatt Caswell2015-09-161-8/+7
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-112-15/+16
* remove 0 assignments.Rich Salz2015-09-032-15/+5
* Add and use OPENSSL_zallocRich Salz2015-09-023-6/+3
* Rewrite crypto/ex_dataRich Salz2015-07-201-1/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-27/+36
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-144-4/+4
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-064-24/+24
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-053-9/+9
* Use safer sizeof variant in mallocRich Salz2015-05-044-6/+6
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free NULL cleanup 11Rich Salz2015-05-014-9/+7
* free null cleanup finaleRich Salz2015-05-012-17/+10
* 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