.ctags.d is previous, include it in our tarballs
[openssl.git] / engines / e_devcrypto.c
2023-12-22 RoseRemove uneeded cast to unsigned int
2023-09-07 Matt CaswellCopyright year updates
2023-03-31 Taylor R Campbell/dev/crypto: Suppress warning when open /dev/crypto...
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-10-28 x2018fix some code with obvious wrong coding style
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Rich SalzUse "" for include crypto/xxx
2021-03-01 UndefBehaviorFix build of /dev/crypto engine with no-dynamic-engine...
2021-01-11 John BaldwinClose /dev/crypto file descriptor after CRIOGET ioctl().
2021-01-07 Matt CaswellUpdate copyright year
2021-01-05 John BaldwinSupport session information on FreeBSD.
2021-01-05 John BaldwinUse CRIOGET to fetch a crypto descriptor when present.
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-07-22 Pauliengines: fixed to work with EVP_*_meth calls deprecated
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Pauli deprecate engines
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-02 Antoine CœurFix Typos
2019-05-31 RetropotenzaFix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev...
2019-03-19 Benjamin KadukFix strict-warnings build on FreeBSD
2019-02-22 Eneas U de Queirozengines/e_devcrypto: set digest input_blocksize
2019-02-22 Eneas U de Queirozengines/e_devcrypto: fixes logic in close_devcrypto
2019-02-22 Eneas U de Queirozengines/e_devcrypto.c: fix cipher_ctrl function
2019-02-13 PauliMacro typo fix not propagated
2019-02-12 Eneas U de Queirozeng_devcrypto.c: close open session on init
2019-02-12 Eneas U de Queiroze_devcrypto: make the /dev/crypto engine dynamic