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