Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | afalg_engine: fix ENGINES location, zero-copy | Eneas U de Queiroz | 2020-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 package | Eneas U de Queiroz | 2019-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> |