summaryrefslogtreecommitdiffstats
path: root/engines/afalg
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-02-07Make all private functions in e_afalg.c staticRichard Levitte
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez
2017-10-31afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez
2017-04-01e_afalg.[ch]: fix --strict-warnings with gcc 4.x and 32-bit build.Andy Polyakov
2016-12-16e_afalg: Don't warn about kernel version when pedanticRichard Levitte
2016-11-24Fix a missing function prototype in AFALG engineMatt Caswell
2016-10-14Engine afalg: properly set operation type also on big endian.Tomas Mraz
2016-09-08engines/afalg: make it compile with backward compatibility headers.Andy Polyakov
2016-08-15Avoid truncating the pointer on x32 platform.Tomas Mraz
2016-08-15Add a comment for the added cast with explanation.Tomas Mraz
2016-08-15Fix af_alg engine failure on 32 bit architectures.Tomas Mraz
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte
2016-06-13Handle inability to create AFALG socketMatt Caswell
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte
2016-05-24GH919: Fix wrappers for two headersRich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 02/10Rich Salz
2016-05-11typoDr. Stephen Henson
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-14Fix AFALG kernel and headers mismatch problemMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-18Fix no-deprecatedMatt Caswell
2016-03-10Fix a memory leak in the afalg engineMatt Caswell
2016-03-09Don't add afalg engine if configured "no-engine"Richard Levitte
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Fix the build tree include directory for afalg engineRichard Levitte
2016-03-07Fix some clang warningsMatt Caswell
2016-03-07Adding afalg testclucey
2016-03-07Misc afalg build fixesMatt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-07ALG: Add AFALG engineclucey