summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine
AgeCommit message (Expand)Author
2014-07-09remove unused dynamic_cmd_defns_empty structure.Brent Cook
2014-06-29correct issetugid sense as spotted by Stijn van Drongelen.Theo de Raadt
2014-06-23Since this is a library, place issetugid() before every getenv()Theo de Raadt
2014-06-22More KNF.Joel Sing
2014-06-22KNF.Joel Sing
2014-06-22KNF.Joel Sing
2014-06-22More KNF.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-11c-file-style hints, begone; ok beckTheo de Raadt
2014-06-10Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receivesTheo de Raadt
2014-06-10KNF.Joel Sing
2014-06-10KNF.Joel Sing
2014-06-09use memset instead of bzeroTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-06-02A few months back there was a big community fuss regarding direct-useTheo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-05-22Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids theJoel Sing
2014-05-08kill some more VMS ifdefsGiovanni Bechis
2014-05-07add additional includes from eng_cryptodev.cJonathan Gray
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-23Make libssl and libcrypto compile with -WerrorBob Beck
2014-04-20Restore beck's rev 1.3: snprintf() was reviewedPhilip Guenther
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.Miod Vallat
2014-04-17fix BIO_snprintf usage in here.Bob Beck
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17move enginetest to regress as was done with the other testsJonathan Gray
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15Remove the GOST engine: It is not compiled or used and depends on theReyk Floeter
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2014-04-14Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); moveMiod Vallat
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-14Remove the GMP engine: It was an experimental engine using libgmp asReyk Floeter
2014-04-14Remove the CAPI engine: It is a backend for the Windows CryptoAPI andReyk Floeter
2014-04-14Remove the nuron engine. The static engine is not standalone and theReyk Floeter
2014-04-14Remove the nCipher CHIL engine. It is not standalone and depends onReyk Floeter
2014-04-13Cope with the removal of openssl/symhacks.hTheo de Raadt
2014-04-13Remove the AEP engine: it is not standalone and doesn't seem to beReyk Floeter
2014-04-13Remove the Atalla engine: It is not standalone and depends on externalReyk Floeter
2014-04-13Remove the cswift engine: it is not standalone and we don't have theReyk Floeter
2014-04-13Remove the "sureware" engine:Reyk Floeter
2014-04-13Remove the Broadcom ubsec engine:Reyk Floeter
2014-04-13Remove the IBM 4758 engine: we don't have this hardware and it is anReyk Floeter