summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine
AgeCommit message (Expand)Author
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] byMiod Vallat
2016-11-04Remove I386_ONLY define. It was only used to prefer aMiod Vallat
2015-12-07Remove SHA0 check, as we did in v1.21 of sha.h.Brent Cook
2015-08-28Kill coverity 128475Bob Beck
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-07-19abort when ENGINE_remove fails, fix Coverity 21656Brent Cook
2015-06-19Return the failing engine ID in the error stack.Brent Cook
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).Brent Cook
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-08-11Guard RSA / RC4-5 ASM when NO_ASM is not definedBrent Cook
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingBob Beck
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
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