aboutsummaryrefslogtreecommitdiffstats
path: root/engines/afalg/e_afalg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle inability to create AFALG socketMatt Caswell2016-06-131-0/+9
* Fixes to get -ansi workingJeffrey Walton2016-06-081-8/+8
* Copyright consolidation 02/10Rich Salz2016-05-171-51/+6
* typoDr. Stephen Henson2016-05-111-1/+1
* 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
* Fix no-deprecatedMatt Caswell2016-03-181-0/+1
* Fix a memory leak in the afalg engineMatt Caswell2016-03-101-0/+2
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-3/+3
* Fix some clang warningsMatt Caswell2016-03-071-7/+4
* Rework based on feedback:clucey2016-03-071-97/+111
* ALG: Add AFALG engineclucey2016-03-071-0/+839