aboutsummaryrefslogtreecommitdiff
path: root/libs/afalg_engine
Commit message (Collapse)AuthorAge
* afalg_engine: Update to 1.2.0-beta.1Eneas U de Queiroz2020-01-30
| | | | | | | | This is a beta release that introduces a software fallback mechanism that greatly speeds up smaller requests by fulfilling them in software, avoiding the latency of switching to kernel-mode for small jobs. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* afalg_engine: bump to v1.1.0Eneas U de Queiroz2020-01-19
| | | | | | | | This version is up to 20% faster than 1.0.1, and allows compilation without crypto_user information, which is currently failing for targets still in the 4.9 kernel. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* afalg_engine: fix ENGINES location, zero-copyEneas U de Queiroz2020-01-17
| | | | | | | | | | Use a fixed ENGINES_DIR location, instead of trying to read it from the openssl Makefile. It also fixes the zero-copy config option not being passed down to the cmake options. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* afalg_engine: add new packageEneas U de Queiroz2019-11-01
This is an alternate AF_ALG engine for openssl, based on the devcrypto engine, but using the AF_ALG interface instead of /dev/crypto. It is different than the AF_ALG engine that ships with OpenSSL: - it uses sync calls, instead of async - it suports more algorithms Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>