aboutsummaryrefslogtreecommitdiffstats
path: root/engines/afalg
Commit message (Expand)AuthorAgeFilesLines
* e_afalg.[ch]: fix --strict-warnings with gcc 4.x and 32-bit build.Andy Polyakov2017-04-012-10/+11
* e_afalg: Don't warn about kernel version when pedanticRichard Levitte2016-12-161-2/+4
* Fix a missing function prototype in AFALG engineMatt Caswell2016-11-241-0/+1
* Engine afalg: properly set operation type also on big endian.Tomas Mraz2016-10-141-2/+2
* engines/afalg: make it compile with backward compatibility headers.Andy Polyakov2016-09-081-3/+6
* Avoid truncating the pointer on x32 platform.Tomas Mraz2016-08-151-5/+9
* Add a comment for the added cast with explanation.Tomas Mraz2016-08-151-0/+4
* Fix af_alg engine failure on 32 bit architectures.Tomas Mraz2016-08-151-1/+1
* Simplify INCLUDE statements in build.info filesRichard Levitte2016-07-011-3/+1
* Handle inability to create AFALG socketMatt Caswell2016-06-131-0/+9
* Fixes to get -ansi workingJeffrey Walton2016-06-081-8/+8
* build.info files: add quotes around any spec that may contain spacesRichard Levitte2016-05-251-1/+1
* GH919: Fix wrappers for two headersRich Salz2016-05-241-2/+2
* Manual fixes after copyright consolidationRich Salz2016-05-172-106/+18
* Copyright consolidation 02/10Rich Salz2016-05-172-102/+12
* typoDr. Stephen Henson2016-05-111-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-75/+0
* Fix AFALG kernel and headers mismatch problemMatt Caswell2016-04-141-0/+3
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Fix no-deprecatedMatt Caswell2016-03-181-0/+1
* Fix a memory leak in the afalg engineMatt Caswell2016-03-101-0/+2
* Don't add afalg engine if configured "no-engine"Richard Levitte2016-03-091-10/+12
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-3/+3
* Fix the build tree include directory for afalg engineRichard Levitte2016-03-071-1/+1
* Fix some clang warningsMatt Caswell2016-03-071-7/+4
* Adding afalg testclucey2016-03-071-4/+4
* Misc afalg build fixesMatt Caswell2016-03-072-23/+12
* Rework based on feedback:clucey2016-03-076-107/+144
* ALG: Add AFALG engineclucey2016-03-077-0/+1298