summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2017-02-28Code health: Remove unused VAX transfer vector for enginesRichard Levitte
2017-02-28Move the CHIL engine to demos/enginesRichard Levitte
2016-12-16e_afalg: Don't warn about kernel version when pedanticRichard Levitte
2016-11-29Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-24Fix a missing function prototype in AFALG engineMatt Caswell
2016-11-15Only build the body of e_padlock when there are lower level routinesRichard Levitte
2016-11-02Fix some style issues in ossltestMatt Caswell
2016-11-02Make sure ossltest engine works with TLS1.3Matt Caswell
2016-10-14Engine afalg: properly set operation type also on big endian.Tomas Mraz
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-08engines/afalg: make it compile with backward compatibility headers.Andy Polyakov
2016-08-17dasync is an internal testing engine, so don't install itRichard Levitte
2016-08-15Avoid truncating the pointer on x32 platform.Tomas Mraz
2016-08-15Add a comment for the added cast with explanation.Tomas Mraz
2016-08-15Fix af_alg engine failure on 32 bit architectures.Tomas Mraz
2016-07-18Use _NO_INST in some build.info filesRichard Levitte
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte
2016-06-27engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.Andy Polyakov
2016-06-13Handle inability to create AFALG socketMatt Caswell
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-07Fix some GitHub issues.Rich Salz
2016-06-01Remove/rename some old files.Rich Salz
2016-06-01Add final(?) set of copyrights.Rich Salz
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte
2016-05-24GH919: Fix wrappers for two headersRich Salz
2016-05-21Add OpenSSL copyright to .pl filesRich Salz
2016-05-18Add some check for malloc failure in the CAPI engineMatt Caswell
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 02/10Rich Salz
2016-05-17Fix RSA dasync engine bugMatt Caswell
2016-05-16Add missing initialiser in e_chil.cRichard Levitte
2016-05-11typoDr. Stephen Henson
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-22Fix capi engine for no-dsaMatt Caswell
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-14Fix AFALG kernel and headers mismatch problemMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Rename internal symbol to follow internal naming patternRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-07Fix forgotten adaptation to opaque RSA and RSA_METHODRichard Levitte
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
2016-04-04Make sure the rand_byte buffer in padlock engine is cleansed.Richard Levitte
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell