aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_afalg.c
Commit message (Expand)AuthorAgeFilesLines
* 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