hostapd: backport wolfssl bignum fixes
authorDaniel Golle <daniel@makrotopia.org>
Sat, 16 May 2020 21:23:41 +0000 (23:23 +0200)
committerRISCi_ATOM <Bob@bobcall.me>
Mon, 25 May 2020 15:16:47 +0000 (15:16 +0000)
commit18086fb655a33fc69431e8d350910e146e0fa9f6
tree5f277914a8c438f1b8ebc2765fdda6357e11065e
parentc258b66c8980bc5674ff4729d8293ff2befef5a2
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]