Skip to content
Snippets Groups Projects
Unverified Commit 56eaf4aa authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

treewide: switch crypto lib to WolfSSL (#2509)

WolfSSL has a significant lower flash footprint. Also, issues with OWE /
SAE connections were fixed in OpenWrt a while ago.

See https://github.com/openwrt/openwrt/commit/ddcb970274c011d3db611ec39350ee4704ff0e02



Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent b1a12a4a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-mesh-wireless-sae
TITLE:=Encryption of 802.11s Mesh Links through SAE
DEPENDS:=+gluon-core +wpa-supplicant-mesh-openssl
DEPENDS:=+gluon-core +wpa-supplicant-mesh-wolfssl
endef
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))
......@@ -5,7 +5,7 @@ PKG_NAME:=gluon-wireless-encryption
include ../gluon.mk
define Package/gluon-wireless-encryption-wpa3
DEPENDS:=+hostapd-openssl
DEPENDS:=+hostapd-wolfssl
TITLE:=Package for supporting WPA3 encrypted wireless networks
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment