summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* make updateDr. Stephen Henson2015-12-092-25/+10
* remove ecdsa.h header references.Dr. Stephen Henson2015-12-091-1/+1
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-077-137/+292
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-075-21/+23
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-021-1/+1
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-024-18/+6
* Update dasync to use size_t for the sha1 updateKurt Roeckx2015-11-221-2/+2
* Rename some daysnc functions for consistencyMatt Caswell2015-11-201-11/+11
* Initial Async notify code changesMatt Caswell2015-11-201-11/+28
* Add the Dummy Async engine (dasync)Matt Caswell2015-11-205-3/+577
* Continue malloc standardisation in enginesMatt Caswell2015-11-096-21/+26
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-304-10/+10
* Remove Obsolete enginesMatt Caswell2015-10-1531-7761/+6
* engine/e_capi.c: fix various warnings.Andy Polyakov2015-09-291-16/+22
* Fix prototypes in e_ossttest.c.Andy Polyakov2015-09-291-8/+8
* Rationalize .gitignore and harmonize pair of Makefiles.Andy Polyakov2015-09-291-1/+1
* Change ossltest engine to manually allocate cipher_dataMatt Caswell2015-09-253-18/+17
* remove 0 assignments.Rich Salz2015-09-031-6/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-4/+2
* BN_bin2bn handle leading zero'sRich Salz2015-08-264-22/+4
* Remove Gost94 signature algorithm.Rich Salz2015-08-1113-1350/+107
* make updateMatt Caswell2015-08-111-14/+15
* Use dynamic engine for libssl test harnessRichard Levitte2015-08-112-11/+12
* Add OSSLTest EngineMatt Caswell2015-08-115-3/+779
* Fix error check in GOST engineMatt Caswell2015-05-261-2/+4
* Fix update and depend in engines/Richard Levitte2015-05-232-2/+3
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-222-11/+14
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-1110-92/+61
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-062-5/+7
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-054-5/+5
* Use safer sizeof variant in mallocRich Salz2015-05-044-9/+11
* Remove obsolete make variablesRichard Levitte2015-05-021-1/+1
* free NULL cleanup -- codaRich Salz2015-05-012-7/+6
* free NULL cleanup 11Rich Salz2015-05-017-16/+8
* free null cleanup finaleRich Salz2015-05-0111-74/+40
* free NULL cleanup 7Rich Salz2015-04-305-94/+39
* free cleanup almost the finaleRich Salz2015-04-302-12/+5
* remove malloc castsRich Salz2015-04-282-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-164-52/+55
* Initialize variableEmilia Kasper2015-04-151-1/+1
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-312-12/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-1437/+0
* Initialised 'ok' and redo the logic.Richard Levitte2015-03-301-4/+4
* free NULL cleanupRich Salz2015-03-282-6/+4
* free NULL cleanup.Rich Salz2015-03-251-3/+1
* free NULL cleanupRich Salz2015-03-252-12/+6
* Fix return checks in GOST engineMatt Caswell2015-03-256-71/+279
* Fix misc NULL derefs in sureware engineMatt Caswell2015-03-251-11/+16
* free NULL cleanupRich Salz2015-03-244-13/+6
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-2/+2