afalg_engine: add new package
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 1 Nov 2019 03:00:27 +0000 (00:00 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 17 Jan 2020 12:40:32 +0000 (09:40 -0300)
commit776216a65249e55a3d87b801b93e9c973aec331d
treeb64caac4d792c3a4d65be3c244ea0f9fd2d7e0f9
parent995226d95d78c69b8f4d8c89ae05a7cb7ba8593f
afalg_engine: add new package

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>
(cherry picked from commit 0e0bd6da4b1a658165e4985ee00822f4eeabe5f6)
libs/afalg_engine/Makefile [new file with mode: 0644]