aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte1-2/+1
2018-02-13Update copyright yearMatt Caswell2-2/+2
2018-02-07Fix some undefined behaviour in ossltest engineMatt Caswell1-5/+11
2018-02-07Make all private functions in e_afalg.c staticRichard Levitte1-5/+5
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte1-1/+3
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-18Simplify Cygwin checks, part 1Richard Levitte1-1/+1
2017-12-08putting the missing staticJitendraLulla1-1/+1
2017-12-08make get_cipher_handle staticJitendraLulla1-1/+1
2017-12-08fix --strict-warningsJitendraLulla1-1/+2
2017-12-08extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla2-34/+84
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1
2017-11-07style : fix some if(...FdaSilvaYY1-2/+2
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez1-1/+1
2017-10-31afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez1-1/+1
2017-08-06Add predicatable RAND_METHOD to test ENGINEDr. Stephen Henson1-0/+32
2017-06-30Cleanup some copyright stuffRich Salz1-509/+0
2017-06-12Put message strings in state filesRich Salz10-162/+138
2017-06-07make error tables const and separate header fileRich Salz24-429/+418
2017-05-19Move engines/afalg to enginesRich Salz7-13/+10
2017-05-11Remove filename argument to x86 asm_init.David Benjamin1-1/+1
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz1-0/+2
2017-04-01e_afalg.[ch]: fix --strict-warnings with gcc 4.x and 32-bit build.Andy Polyakov2-10/+11
2017-03-29engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.Andy Polyakov1-12/+15
2017-03-29engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.Andy Polyakov1-47/+27
2017-03-29engine/e_capi.c: more formatting and styling fixes.Andy Polyakov1-31/+31
2017-03-25engines/e_capi.c: formatting and styling fixes.Andy Polyakov1-70/+59
2017-02-28Code health: Remove unused VAX transfer vector for enginesRichard Levitte1-24/+0
2017-02-28Move the CHIL engine to demos/enginesRichard Levitte4-1461/+0
2016-12-16e_afalg: Don't warn about kernel version when pedanticRichard Levitte1-2/+4
2016-11-29Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell1-6/+3
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell1-11/+24
2016-11-24Fix a missing function prototype in AFALG engineMatt Caswell1-0/+1
2016-11-15Only build the body of e_padlock when there are lower level routinesRichard Levitte1-7/+3
2016-11-02Fix some style issues in ossltestMatt Caswell1-7/+4
2016-11-02Make sure ossltest engine works with TLS1.3Matt Caswell1-1/+85
2016-10-14Engine afalg: properly set operation type also on big endian.Tomas Mraz1-2/+2
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-09-08engines/afalg: make it compile with backward compatibility headers.Andy Polyakov1-3/+6
2016-08-17dasync is an internal testing engine, so don't install itRichard Levitte1-4/+4
2016-08-15Avoid truncating the pointer on x32 platform.Tomas Mraz1-5/+9
2016-08-15Add a comment for the added cast with explanation.Tomas Mraz1-0/+4
2016-08-15Fix af_alg engine failure on 32 bit architectures.Tomas Mraz1-1/+1
2016-07-18Use _NO_INST in some build.info filesRichard Levitte1-1/+2
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov2-18/+20
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte2-8/+5
2016-06-27engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.Andy Polyakov1-9/+9
2016-06-13Handle inability to create AFALG socketMatt Caswell1-0/+9
2016-06-08Fixes to get -ansi workingJeffrey Walton1-8/+8
2016-06-07Fix some GitHub issues.Rich Salz1-1/+1