aboutsummaryrefslogtreecommitdiff
path: root/libs/gost_engine
Commit message (Collapse)AuthorAge
* gost_engine: adapt to new openssl UCI configEneas U de Queiroz2022-03-24
| | | | | | | OpenSSL now uses UCI to enable and disable engines, and engine packages need to adapt. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gost_engine: fix compilation without deprecated OpenSSL APIsRosen Penev2021-03-24
| | | | | | Build with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gost_engine: remove OPENSSL_WITH_GOST restraintEneas U de Queiroz2021-02-24
| | | | | | | OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST symbol was removed. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* gost_engine: added new line in the end of fileArtur Petrov2021-02-20
| | | | Signed-off-by: Artur Petrov <github@phpchain.ru>
* gost_engine: add support GOST2012Artur Petrov2021-02-19
Signed-off-by: Artur Petrov <github@phpchain.ru>