aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz4-7/+7
2015-12-15Remove GMP engine.Rich Salz5-723/+4
2015-12-09make updateDr. Stephen Henson2-25/+10
2015-12-09remove ecdsa.h header references.Dr. Stephen Henson1-1/+1
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte7-137/+292
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte5-21/+23
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson1-1/+1
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson4-18/+6
2015-11-22Update dasync to use size_t for the sha1 updateKurt Roeckx1-2/+2
2015-11-20Rename some daysnc functions for consistencyMatt Caswell1-11/+11
2015-11-20Initial Async notify code changesMatt Caswell1-11/+28
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell5-3/+577
2015-11-09Continue malloc standardisation in enginesMatt Caswell6-21/+26
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz4-10/+10
2015-10-15Remove Obsolete enginesMatt Caswell31-7761/+6
2015-09-29engine/e_capi.c: fix various warnings.Andy Polyakov1-16/+22
2015-09-29Fix prototypes in e_ossttest.c.Andy Polyakov1-8/+8
2015-09-29Rationalize .gitignore and harmonize pair of Makefiles.Andy Polyakov1-1/+1
2015-09-25Change ossltest engine to manually allocate cipher_dataMatt Caswell3-18/+17
2015-09-03remove 0 assignments.Rich Salz1-6/+1
2015-09-02Add and use OPENSSL_zallocRich Salz1-4/+2
2015-08-26BN_bin2bn handle leading zero'sRich Salz4-22/+4
2015-08-11Remove Gost94 signature algorithm.Rich Salz13-1350/+107
2015-08-11make updateMatt Caswell1-14/+15
2015-08-11Use dynamic engine for libssl test harnessRichard Levitte2-11/+12
2015-08-11Add OSSLTest EngineMatt Caswell5-3/+779
2015-05-26Fix error check in GOST engineMatt Caswell1-2/+4
2015-05-23Fix update and depend in engines/Richard Levitte2-2/+3
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte2-11/+14
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz10-92/+61
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz2-5/+7
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz4-5/+5
2015-05-04Use safer sizeof variant in mallocRich Salz4-9/+11
2015-05-02Remove obsolete make variablesRichard Levitte1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz2-7/+6
2015-05-01free NULL cleanup 11Rich Salz7-16/+8
2015-05-01free null cleanup finaleRich Salz11-74/+40
2015-04-30free NULL cleanup 7Rich Salz5-94/+39
2015-04-30free cleanup almost the finaleRich Salz2-12/+5
2015-04-28remove malloc castsRich Salz2-2/+2
2015-04-16Code style: space after 'if'Viktor Dukhovni4-52/+55
2015-04-15Initialize variableEmilia Kasper1-1/+1
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2-12/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-1437/+0
2015-03-30Initialised 'ok' and redo the logic.Richard Levitte1-4/+4
2015-03-28free NULL cleanupRich Salz2-6/+4
2015-03-25free NULL cleanup.Rich Salz1-3/+1
2015-03-25free NULL cleanupRich Salz2-12/+6
2015-03-25Fix return checks in GOST engineMatt Caswell6-71/+279