Commit graph

7 commits

Author SHA1 Message Date
Eneas U de Queiroz
ab6fbdc44a
gost_engine: add version 3.0.0.1
With OpenSSL soon to be updated to 3.0, the gost engine will have to be
bumped as well.  Gost 3.0.0.1 will not build with OpenSSL 1.1.

To avoid disruption, this commit detects the OpenSSL version from
ENGINES_DIR in include/openssl-engin, and sets the package version
accordingly.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-02-16 10:28:52 -03:00
Eneas U de Queiroz
f78548f7d7 gost_engine: adapt to new openssl UCI config
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>
2022-03-24 11:29:46 -07:00
Rosen Penev
2e654b19f3 treewide: back to cmake.mk
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-06-12 21:05:01 -07:00
Rosen Penev
263802c6a2 gost_engine: fix compilation without deprecated OpenSSL APIs
Build with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 15:40:24 -07:00
Eneas U de Queiroz
d8203191cc gost_engine: remove OPENSSL_WITH_GOST restraint
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>
2021-02-24 13:54:31 -03:00
Artur Petrov
1c74e64cab gost_engine: added new line in the end of file
Signed-off-by: Artur Petrov <github@phpchain.ru>
2021-02-20 11:15:08 +04:00
Artur Petrov
8e0af27d2a gost_engine: add support GOST2012
Signed-off-by: Artur Petrov <github@phpchain.ru>
2021-02-19 19:20:11 +04:00