diff options
author | David Bauer <mail@david-bauer.net> | 2021-05-06 01:53:49 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-06-21 22:43:15 +0200 |
commit | e410ef838959c0d7cd9a6c0a13d5f2ca2b03c077 (patch) | |
tree | a08fde5f4c11d0a7563db4ec72d3701d3d26b8a8 /package/network/services/hostapd/Makefile | |
parent | f6d8c0cf2b47b55474f6f2604ac57bc8aedfeb08 (diff) | |
download | upstream-e410ef838959c0d7cd9a6c0a13d5f2ca2b03c077.tar.gz upstream-e410ef838959c0d7cd9a6c0a13d5f2ca2b03c077.tar.bz2 upstream-e410ef838959c0d7cd9a6c0a13d5f2ca2b03c077.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>
(cherry picked from commit ddcb970274c011d3db611ec39350ee4704ff0e02)
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
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 |