From: Eneas U de Queiroz Date: Tue, 21 Mar 2023 22:44:19 +0000 (-0300) Subject: gost_engine: adapt to new engine build config X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3b2fcd6b2fde4bebf9eb54441c1c8f14b40e26a9;p=feed%2Fpackages.git gost_engine: adapt to new engine build config This adapts the package to the new include/openssl-module.mk, and updated runtime configuration. Signed-off-by: Eneas U de Queiroz --- diff --git a/libs/gost_engine/Makefile b/libs/gost_engine/Makefile index 94f6c990e5..d15a36f39f 100644 --- a/libs/gost_engine/Makefile +++ b/libs/gost_engine/Makefile @@ -1,19 +1,12 @@ include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/openssl-engine.mk +include $(INCLUDE_DIR)/openssl-module.mk PKG_NAME:=gost_engine -ifeq ($(ENGINES_DIR),engines-1.1) - PKG_VERSION:=1.1.0.3 - PKG_HASH:=fff725052e82c9adb5b738729b30141f61ac91fa457a4f4b5de18b8b24092f75 - PKG_LICENSE:=OpenSSL - PATCH_DIR=./patches-1.1 -else - PKG_VERSION:=3.0.1 - PKG_HASH:=bfeac85883724cfbe0ecc6d942ac0524b908143e019ab3d3b6abe47a3466a628 - PKG_LICENSE:=Apache-2.0 - PATCH_DIR=./patches-3 -endif -PKG_RELEASE:=7 +PKG_VERSION:=3.0.1 +PKG_HASH:=bfeac85883724cfbe0ecc6d942ac0524b908143e019ab3d3b6abe47a3466a628 +PKG_LICENSE:=Apache-2.0 +PATCH_DIR=./patches-3 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/gost-engine/engine/archive/v$(PKG_VERSION) diff --git a/libs/gost_engine/files/gost.cnf b/libs/gost_engine/files/gost.cnf index 84a707c93d..8980c5289a 100644 --- a/libs/gost_engine/files/gost.cnf +++ b/libs/gost_engine/files/gost.cnf @@ -1,4 +1,4 @@ -[gost] +[gost_sect] default_algorithms = ALL # CRYPT_PARAMS: OID of default GOST 28147-89 parameters It allows the # user to choose between different parameter sets of symmetric cipher