summaryrefslogtreecommitdiffstats
path: root/engines/e_devcrypto.c
AgeCommit message (Expand)Author
2023-12-22Remove uneeded cast to unsigned intRose
2023-09-07Copyright year updatesMatt Caswell
2023-03-31/dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO.Taylor R Campbell
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-10-28fix some code with obvious wrong coding stylex2018
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-27Use "" for include crypto/xxxRich Salz
2021-03-01Fix build of /dev/crypto engine with no-dynamic-engine optionUndefBehavior
2021-01-11Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin
2021-01-07Update copyright yearMatt Caswell
2021-01-05Support session information on FreeBSD.John Baldwin
2021-01-05Use CRIOGET to fetch a crypto descriptor when present.John Baldwin
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-07-22engines: fixed to work with EVP_*_meth calls deprecatedPauli
2020-07-16Update copyright yearRichard Levitte
2020-07-16 deprecate enginesPauli
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-02Fix TyposAntoine Cœur
2019-05-31Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza
2019-03-19Fix strict-warnings build on FreeBSDBenjamin Kaduk
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-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