aboutsummaryrefslogtreecommitdiff
path: root/libs/gost_engine
Commit message (Collapse)AuthorAge
* gost_engine: switch to local tarballsRosen Penev2024-04-20
| | | | | | | | | | Avoids PKG_UNPACK hacks. Added PKG_LICENSE_FILES. Reordered variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gost_engine: Update to version 3.0.3Hauke Mehrtens2024-03-23
| | | | | | | | | This version contains minor bugfixes. It fixes a compile problem with GCC 13. Changes: https://github.com/gost-engine/engine/compare/v3.0.1...v3.0.3 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* gost_engine: disable tests, reset patches dirEneas U de Queiroz2023-06-17
| | | | | | | | | | Tests are breaking compilation for mipsel targets because of the removal of the sysmips call. Let's just not build them. While at it, remove patches from 1.1 version and move the current ones to the default 'patches' directory. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* gost_engine: adapt to new engine build configEneas U de Queiroz2023-04-05
| | | | | | | This adapts the package to the new include/openssl-module.mk, and updated runtime configuration. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* gost_engine: add version 3.0.0.1Eneas U de Queiroz2023-02-16
| | | | | | | | | | | 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>
* 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>