In order to use AES-192 and the like, it is necessary to enable
blumenthal-aes.
Blumenthal AES draft was not formalized in RFC but is
widely implemented by many vendors. It has strong encryption in
connection with SNMPv3.
Signed-off-by: Christian Korber <redacted>
PKG_NAME:=net-snmp
PKG_VERSION:=5.9.4
-PKG_RELEASE:=10
+PKG_RELEASE:=11
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/net-snmp
ifeq ($(BUILD_VARIANT),ssl)
CONFIGURE_ARGS+= --with-openssl="$(STAGING_DIR)/usr"
+CONFIGURE_ARGS+= --enable-blumenthal-aes
else
CONFIGURE_ARGS+= --without-openssl
endif