aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Probably fix travis (wine build).Ben Laurie1-9/+9
2015-10-24Improve make depend.Ben Laurie1-16/+18
2015-10-24Fix undeclared variable warnings.Ben Laurie1-7/+8
2015-10-15Remove Obsolete enginesMatt Caswell1-18/+0
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte1-0/+1
2015-09-29Fix no-stdio buildDavid Woodhouse1-0/+2
2015-09-16make updateMatt Caswell1-8/+7
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie2-15/+16
2015-09-03remove 0 assignments.Rich Salz2-15/+5
2015-09-02Add and use OPENSSL_zallocRich Salz3-6/+3
2015-07-20Rewrite crypto/ex_dataRich Salz1-1/+0
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-27/+36
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte4-4/+4
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz4-24/+24
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz3-9/+9
2015-05-04Use safer sizeof variant in mallocRich Salz4-6/+6
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free NULL cleanup 11Rich Salz4-9/+7
2015-05-01free null cleanup finaleRich Salz2-17/+10
2015-04-30free cleanup almost the finaleRich Salz1-8/+3
2015-04-28remove malloc castsRich Salz2-2/+2
2015-04-28ERR_ cleanupRich Salz1-1/+0
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-1227/+0
2015-03-24make dependDr. Stephen Henson1-2/+2
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte1-2/+3
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte1-18/+8
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz4-15/+5
2015-02-02Dead code cleanup; remove #if 0 from crypto/engineRich Salz3-42/+0
2015-01-30Build correctly for me on FreeBSD 10.Ben Laurie1-0/+1
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-7/+0
2015-01-24Remove unused eng_rsax and related asm fileRich Salz1-701/+0
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx1-0/+2
2015-01-23Replace exit() with error return.Viktor Dkhovni1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell29-5675/+5899
2015-01-22Fix indent issue with engine.hMatt Caswell1-1/+2
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson2-4/+6
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell1-1/+1
2014-12-17Build fixesEmilia Kasper1-3/+0
2014-12-08Disable engines that will fail to build when bn is made opaqueMatt Caswell1-0/+3
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-08-18RT1815: More const'ness improvementsJustin Blanchard1-4/+4
2014-08-15cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe1-6/+11
2014-08-15cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe1-2/+4
2014-08-14make dependEmilia Kasper1-8/+7
2014-07-19Windows build fixes.Dr. Stephen Henson1-1/+0