Fix grammar in certificates.txt
[openssl.git] / engines / e_afalg.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-31 Bernd EdlingerFix a possible memleak in bind_afalg
2022-10-21 raminAdd af_alg errors to the error queue
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-06 Bernd EdlingerFix a memory leak in the afalg engine
2021-07-01 Pauliafalg: add some memory initialisation calls to pacify...
2021-06-08 Pauliafalg: fix coverity 1485661 improper use of negative...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-03-11 Matt CaswellUpdate copyright year
2021-03-09 Alistair FrancisFixup support for io_pgetevents_time64 syscall
2020-11-06 Matt CaswellDon't clear the whole error stack when loading engines
2020-10-29 Pauliafalg: add a NULL pointer check
2020-07-22 Pauliengines: fixed to work with EVP_*_meth calls deprecated
2020-07-16 Pauli deprecate engines
2020-04-23 Matt CaswellUpdate copyright year
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2019-09-18 Alistair FrancisAdd support for io_pgetevents_time64 syscall
2019-07-30 Bernd EdlingerUse OPENSSL_strlcpy instead of strncpy in e_afalg.c
2019-03-29 PauliEnsure that the struct msghdr is properly zeroed.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-23 Bernd EdlingerReplace accidentally used C99 macro __func__ with __FIL...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-07 Richard LevitteMake all private functions in e_afalg.c static
2017-12-08 JitendraLullaputting the missing static
2017-12-08 JitendraLullamake get_cipher_handle static
2017-12-08 JitendraLullafix --strict-warnings
2017-12-08 JitendraLullaextending afalg with aes-cbc-192/256, afalgtest.c also...
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-10-31 Baptiste Jonglezafalg: Fix kernel version check
2017-10-31 Baptiste Jonglezafalg: Use eventfd2 syscall instead of eventfd
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-20 Rich SalzMove engines/afalg to engines