summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
...
* engines/e_devcrypto: set digest input_blocksizeEneas U de Queiroz2019-02-221-8/+10
* engines/e_devcrypto: fixes logic in close_devcryptoEneas U de Queiroz2019-02-221-1/+4
* engines/e_devcrypto.c: fix cipher_ctrl functionEneas U de Queiroz2019-02-221-26/+32
* engines/build.info: fix devcrypto MODULES entryEneas U de Queiroz2019-02-221-1/+1
* Fix dasync engineMatt Caswell2019-02-211-2/+1
* Fix master build.Pauli2019-02-131-1/+1
* Macro typo fix not propagatedPauli2019-02-131-1/+1
* eng_devcrypto.c: close open session on initEneas U de Queiroz2019-02-121-6/+20
* e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz2019-02-122-0/+1297
* ENGINE modules aren't special, so call them MODULESRichard Levitte2019-02-111-4/+4
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+14
* Build: Change all _NO_INST to use attributes instead.Richard Levitte2019-01-221-1/+1
* Following the license change, modify the boilerplates in engines/Richard Levitte2018-12-0620-20/+20
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-061-13/+0
* Change the build of engines to use ordinal files for symbol exportRichard Levitte2018-10-051-0/+20
* Update copyright yearMatt Caswell2018-09-111-1/+1
* CAPI engine: add support for RSA_NO_PADDINGRichard Levitte2018-09-111-7/+21
* 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