aboutsummaryrefslogtreecommitdiff
path: root/engines/afalg
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte1-3/+1
2016-06-13Handle inability to create AFALG socketMatt Caswell1-0/+9
2016-06-08Fixes to get -ansi workingJeffrey Walton1-8/+8
2016-05-25build.info files: add quotes around any spec that may contain spacesRichard Levitte1-1/+1
2016-05-24GH919: Fix wrappers for two headersRich Salz1-2/+2
2016-05-17Manual fixes after copyright consolidationRich Salz2-106/+18
2016-05-17Copyright consolidation 02/10Rich Salz2-102/+12
2016-05-11typoDr. Stephen Henson1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-75/+0
2016-04-14Fix AFALG kernel and headers mismatch problemMatt Caswell1-0/+3
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-2/+2
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-2/+2
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-18Fix no-deprecatedMatt Caswell1-0/+1
2016-03-10Fix a memory leak in the afalg engineMatt Caswell1-0/+2
2016-03-09Don't add afalg engine if configured "no-engine"Richard Levitte1-10/+12
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell1-3/+3
2016-03-07Fix the build tree include directory for afalg engineRichard Levitte1-1/+1
2016-03-07Fix some clang warningsMatt Caswell1-7/+4
2016-03-07Adding afalg testclucey1-4/+4
2016-03-07Misc afalg build fixesMatt Caswell2-23/+12
2016-03-07Rework based on feedback:clucey6-107/+144
2016-03-07ALG: Add AFALG engineclucey7-0/+1298