aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)AuthorFilesLines
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-8/+8
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte4-4/+8
2019-07-30Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger1-10/+4
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-8/+8
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-8/+8
2019-07-16Regenerate mkerr filesRich Salz12-120/+79
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-06-17Move padlock_asm_src file information to build.info filesRichard Levitte1-3/+17
2019-05-31Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza1-1/+1
2019-04-02Build cleanup: don't use SHARED_SOURCE with modulesRichard Levitte1-6/+6
2019-03-29Ensure that the struct msghdr is properly zeroed.Pauli1-1/+2
2019-03-19Fix strict-warnings build on FreeBSDBenjamin Kaduk1-1/+1
2019-03-05padlock: generate assembler source for static libraries tooRichard Levitte1-3/+3
2019-03-05Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte2-67/+66
2019-02-27Make the padlock engine build correctlyRichard Levitte1-3/+3
2019-02-22engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre1-0/+16
2019-02-22engines/e_devcrypto: set digest input_blocksizeEneas U de Queiroz1-8/+10
2019-02-22engines/e_devcrypto: fixes logic in close_devcryptoEneas U de Queiroz1-1/+4
2019-02-22engines/e_devcrypto.c: fix cipher_ctrl functionEneas U de Queiroz1-26/+32
2019-02-22engines/build.info: fix devcrypto MODULES entryEneas U de Queiroz1-1/+1
2019-02-21Fix dasync engineMatt Caswell1-2/+1
2019-02-13Fix master build.Pauli1-1/+1
2019-02-13Macro typo fix not propagatedPauli1-1/+1
2019-02-12eng_devcrypto.c: close open session on initEneas U de Queiroz1-6/+20
2019-02-12e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz2-0/+1297
2019-02-11ENGINE modules aren't special, so call them MODULESRichard Levitte1-4/+4
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+14
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte1-1/+1
2018-12-06Following the license change, modify the boilerplates in engines/Richard Levitte20-20/+20
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte1-13/+0
2018-10-05Change the build of engines to use ordinal files for symbol exportRichard Levitte1-0/+20
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte1-7/+21
2018-06-23Replace accidentally used C99 macro __func__ with __FILE__/__LINE__Bernd Edlinger1-34/+40
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri1-2/+2
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre1-7/+9
2018-03-20Update copyright yearMatt Caswell2-2/+2
2018-03-19engines/asm/e_padlock*: add support for Zhaoxin's x86 platformJeffZhao2-2/+20
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell1-1/+1
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