summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-06Deprecate the low level AES functionsMatt Caswell
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-18Add support for io_pgetevents_time64 syscallAlistair Francis
2019-09-16Unify all assembler file generatorsRichard Levitte
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte
2019-07-30Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16Regenerate mkerr filesRich Salz
2019-07-02Fix TyposAntoine Cœur
2019-06-17Move padlock_asm_src file information to build.info filesRichard Levitte
2019-05-31Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza
2019-04-02Build cleanup: don't use SHARED_SOURCE with modulesRichard Levitte
2019-03-29Ensure that the struct msghdr is properly zeroed.Pauli
2019-03-19Fix strict-warnings build on FreeBSDBenjamin Kaduk
2019-03-05padlock: generate assembler source for static libraries tooRichard Levitte
2019-03-05Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte
2019-02-27Make the padlock engine build correctlyRichard Levitte
2019-02-22engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre
2019-02-22engines/e_devcrypto: set digest input_blocksizeEneas U de Queiroz
2019-02-22engines/e_devcrypto: fixes logic in close_devcryptoEneas U de Queiroz
2019-02-22engines/e_devcrypto.c: fix cipher_ctrl functionEneas U de Queiroz
2019-02-22engines/build.info: fix devcrypto MODULES entryEneas U de Queiroz
2019-02-21Fix dasync engineMatt Caswell
2019-02-13Fix master build.Pauli
2019-02-13Macro typo fix not propagatedPauli
2019-02-12eng_devcrypto.c: close open session on initEneas U de Queiroz
2019-02-12e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz
2019-02-11ENGINE modules aren't special, so call them MODULESRichard Levitte
2019-01-27add an additional async notification communication method based on callbackPing Yu
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte
2018-12-06Following the license change, modify the boilerplates in engines/Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-10-05Change the build of engines to use ordinal files for symbol exportRichard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte
2018-06-23Replace accidentally used C99 macro __func__ with __FILE__/__LINE__Bernd Edlinger
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre