summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* Replace accidentally used C99 macro __func__ with __FILE__/__LINE__Bernd Edlinger2018-06-231-34/+40
* enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri2018-06-221-2/+2
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-7/+9
* Update copyright yearMatt Caswell2018-03-202-2/+2
* engines/asm/e_padlock*: add support for Zhaoxin's x86 platformJeffZhao2018-03-192-2/+20
* Use the TLSv1.3 record header as AADMatt Caswell2018-03-141-1/+1
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-141-2/+1
* Update copyright yearMatt Caswell2018-02-132-2/+2
* Fix some undefined behaviour in ossltest engineMatt Caswell2018-02-071-5/+11
* Make all private functions in e_afalg.c staticRichard Levitte2018-02-071-5/+5
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-1/+3
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Simplify Cygwin checks, part 1Richard Levitte2018-01-181-1/+1
* putting the missing staticJitendraLulla2017-12-081-1/+1
* make get_cipher_handle staticJitendraLulla2017-12-081-1/+1
* fix --strict-warningsJitendraLulla2017-12-081-1/+2
* extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla2017-12-082-34/+84
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* style : fix some if(...FdaSilvaYY2017-11-071-2/+2
* afalg: Fix kernel version checkBaptiste Jonglez2017-10-311-1/+1
* afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez2017-10-311-1/+1
* Add predicatable RAND_METHOD to test ENGINEDr. Stephen Henson2017-08-061-0/+32
* Cleanup some copyright stuffRich Salz2017-06-301-509/+0
* Put message strings in state filesRich Salz2017-06-1210-162/+138
* make error tables const and separate header fileRich Salz2017-06-0724-429/+418
* Move engines/afalg to enginesRich Salz2017-05-197-13/+10
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz2017-04-241-0/+2
* e_afalg.[ch]: fix --strict-warnings with gcc 4.x and 32-bit build.Andy Polyakov2017-04-012-10/+11
* engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.Andy Polyakov2017-03-291-12/+15
* engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.Andy Polyakov2017-03-291-47/+27
* engine/e_capi.c: more formatting and styling fixes.Andy Polyakov2017-03-291-31/+31
* engines/e_capi.c: formatting and styling fixes.Andy Polyakov2017-03-251-70/+59
* Code health: Remove unused VAX transfer vector for enginesRichard Levitte2017-02-281-24/+0
* Move the CHIL engine to demos/enginesRichard Levitte2017-02-284-1461/+0
* e_afalg: Don't warn about kernel version when pedanticRichard Levitte2016-12-161-2/+4
* Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell2016-11-291-6/+3
* Use the TLSv1.3 nonce constructionMatt Caswell2016-11-291-11/+24
* Fix a missing function prototype in AFALG engineMatt Caswell2016-11-241-0/+1
* Only build the body of e_padlock when there are lower level routinesRichard Levitte2016-11-151-7/+3
* Fix some style issues in ossltestMatt Caswell2016-11-021-7/+4
* Make sure ossltest engine works with TLS1.3Matt Caswell2016-11-021-1/+85
* Engine afalg: properly set operation type also on big endian.Tomas Mraz2016-10-141-2/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* engines/afalg: make it compile with backward compatibility headers.Andy Polyakov2016-09-081-3/+6
* dasync is an internal testing engine, so don't install itRichard Levitte2016-08-171-4/+4
* Avoid truncating the pointer on x32 platform.Tomas Mraz2016-08-151-5/+9
* Add a comment for the added cast with explanation.Tomas Mraz2016-08-151-0/+4
* Fix af_alg engine failure on 32 bit architectures.Tomas Mraz2016-08-151-1/+1