aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-05-06 01:53:49 +0200
committerDavid Bauer <mail@david-bauer.net>2021-05-21 15:44:05 +0200
commitddcb970274c011d3db611ec39350ee4704ff0e02 (patch)
tree1dd9ea3bab2d983d63b157cd28d503377c1a6887 /package/network/services/hostapd/Makefile
parentef9b103107aebd1a54f4360af3d9cf28d0544f13 (diff)
downloadupstream-ddcb970274c011d3db611ec39350ee4704ff0e02.tar.gz
upstream-ddcb970274c011d3db611ec39350ee4704ff0e02.tar.bz2
upstream-ddcb970274c011d3db611ec39350ee4704ff0e02.zip
hostapd: wolfssl: add RNG to EC key
Since upstream commit 6467de5a8840 ("Randomize z ordinates in scalar mult when timing resistant") WolfSSL requires a RNG for the EC key when built hardened which is the default. Set the RNG for the EC key to fix connections for OWE clients. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index bd2a7c96ad..0779421b8d 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hostapd
-PKG_RELEASE:=32
+PKG_RELEASE:=33
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git