summaryrefslogtreecommitdiff
path: root/engines/e_afalg.c
Commit message (Expand)AuthorAgeFilesLines
* Add af_alg errors to the error queueramin2022-10-211-0/+23
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Fix a memory leak in the afalg engineBernd Edlinger2021-10-061-5/+2
* afalg: add some memory initialisation calls to pacify memory sanitisation.Pauli2021-07-011-0/+9
* afalg: fix coverity 1485661 improper use of negative valuePauli2021-06-081-3/+4
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+7
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fixup support for io_pgetevents_time64 syscallAlistair Francis2021-03-091-13/+42
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+11
* afalg: add a NULL pointer checkPauli2020-10-291-0/+3
* engines: fixed to work with EVP_*_meth calls deprecatedPauli2020-07-221-1/+1
* deprecate enginesPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-061-1/+1
* Add support for io_pgetevents_time64 syscallAlistair Francis2019-09-181-0/+16
* Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger2019-07-301-10/+4
* Ensure that the struct msghdr is properly zeroed.Pauli2019-03-291-1/+2
* Following the license change, modify the boilerplates in engines/Richard Levitte2018-12-061-1/+1
* Replace accidentally used C99 macro __func__ with __FILE__/__LINE__Bernd Edlinger2018-06-231-34/+40
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Make all private functions in e_afalg.c staticRichard Levitte2018-02-071-5/+5
* putting the missing staticJitendraLulla2017-12-081-1/+1
* make get_cipher_handle staticJitendraLulla2017-12-081-1/+1
* fix --strict-warningsJitendraLulla2017-12-081-1/+2
* extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla2017-12-081-34/+69
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* afalg: Fix kernel version checkBaptiste Jonglez2017-10-311-1/+1
* afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez2017-10-311-1/+1
* make error tables const and separate header fileRich Salz2017-06-071-3/+1
* Move engines/afalg to enginesRich Salz2017-05-191-0/+830