From 6a15c704cd85b70c2050ab8d40d5dbb65e575f71 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 1 Jun 2020 11:24:22 +0200 Subject: [PATCH] gluon-wireless-encryption-wpa3: switch to hostapd-wolfssl This switches hostapd variant used for SAE and OWE from hostapd-openssl to hostapd-wolfssl. The bug shich one broke the wolfssl implementation was resolved upstream with commit 631c437a91c2 ("hostapd: backport wolfssl bignum fixes"). This particular commit also got backported to OpenWrt 19.07. --- package/gluon-wireless-encryption/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-wireless-encryption/Makefile b/package/gluon-wireless-encryption/Makefile index 35b61576..a9e47210 100644 --- a/package/gluon-wireless-encryption/Makefile +++ b/package/gluon-wireless-encryption/Makefile @@ -6,7 +6,7 @@ PKG_RELEASE:=1 include ../gluon.mk define Package/gluon-wireless-encryption-wpa3 - DEPENDS:=+hostapd-openssl + DEPENDS:=+hostapd-wolfssl TITLE:=Package for supporting WPA3 encrypted wireless networks endef