summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the low level RSA functions.Pauli2020-02-202-84/+191
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-061-1/+1
* Deprecate the low level SHA functions.Pauli2020-01-192-41/+54
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+6
* Update source files for deprecation at 3.0Richard Levitte2019-11-074-4/+4
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+4
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-285-10/+10
* Add support for io_pgetevents_time64 syscallAlistair Francis2019-09-181-0/+16
* Unify all assembler file generatorsRichard Levitte2019-09-162-6/+7
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-161-3/+2
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-8/+8
* Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte2019-07-314-4/+8
* Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger2019-07-301-10/+4
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-8/+8
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-8/+8
* Regenerate mkerr filesRich Salz2019-07-1612-120/+79
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Move padlock_asm_src file information to build.info filesRichard Levitte2019-06-171-3/+17
* Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza2019-05-311-1/+1
* Build cleanup: don't use SHARED_SOURCE with modulesRichard Levitte2019-04-021-6/+6
* Ensure that the struct msghdr is properly zeroed.Pauli2019-03-291-1/+2
* Fix strict-warnings build on FreeBSDBenjamin Kaduk2019-03-191-1/+1
* padlock: generate assembler source for static libraries tooRichard Levitte2019-03-051-3/+3
* Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte2019-03-052-67/+66
* Make the padlock engine build correctlyRichard Levitte2019-02-271-3/+3
* engines/dasync: add explaining comments about AES-128-CBC-HMAC-SHA1Dr. Matthias St. Pierre2019-02-221-0/+16
* 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