hostapd: backport wolfssl bignum fixes
authorDaniel Golle <daniel@makrotopia.org>
Sat, 16 May 2020 21:23:41 +0000 (23:23 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 25 May 2020 15:01:29 +0000 (16:01 +0100)
commitd8d1956a8087da2fd4465c4381d9e28b91cdc1e8
treee1dea4c1bc4251963493037182a451563337b0e4
parentab7e9754df858cebb7c897eb17807615a3a9ecb6
hostapd: backport wolfssl bignum fixes

crypto_bignum_rand() use needless time-consuming filtering
which resulted in SAE no longer connecting within time limits.
Import fixes from hostap upstream to fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 631c437a91c20df678b25dcc34fe23636116a35a)
package/network/services/hostapd/Makefile
package/network/services/hostapd/patches/091-0001-wolfssl-Fix-compiler-warnings-on-size_t-printf-forma.patch [new file with mode: 0644]
package/network/services/hostapd/patches/091-0002-wolfssl-Fix-crypto_bignum_rand-implementation.patch [new file with mode: 0644]
package/network/services/hostapd/patches/091-0003-wolfssl-Do-not-hardcode-include-directory-in-wpa_sup.patch [new file with mode: 0644]