summaryrefslogtreecommitdiff
path: root/engines/e_devcrypto.c
Commit message (Expand)AuthorAgeFilesLines
* /dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO.Taylor R Campbell2023-03-311-1/+1
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-4/+4
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-14/+14
* Use "" for include crypto/xxxRich Salz2021-05-271-1/+1
* Fix build of /dev/crypto engine with no-dynamic-engine optionUndefBehavior2021-03-011-1/+0
* Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin2021-01-111-0/+2
* Update copyright yearMatt Caswell2021-01-071-1/+1
* Support session information on FreeBSD.John Baldwin2021-01-051-12/+60
* Use CRIOGET to fetch a crypto descriptor when present.John Baldwin2021-01-051-1/+13
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-2/+0
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+12
* engines: fixed to work with EVP_*_meth calls deprecatedPauli2020-07-221-1/+1
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate enginesPauli2020-07-161-0/+3
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-8/+8
* 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
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza2019-05-311-1/+1
* Fix strict-warnings build on FreeBSDBenjamin Kaduk2019-03-191-1/+1
* 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
* 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-121-0/+1284