openwrt/package/libs/wolfssl
David Bauer f6d8c0cf2b wolfssl: always export wc_ecc_set_rng
Since commit 6467de5a8840 ("Randomize z ordinates in scalar
mult when timing resistant") wolfssl requires a RNG for an EC
key when the hardened built option is selected.

wc_ecc_set_rng is only available when built hardened, so there
is no safe way to install the RNG to the key regardless whether
or not wolfssl is compiled hardened.

Always export wc_ecc_set_rng so tools such as hostapd can install
RNG regardless of the built settings for wolfssl.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit ef9b103107)
2021-06-21 22:43:15 +02:00
..
patches wolfssl: always export wc_ecc_set_rng 2021-06-21 22:43:15 +02:00
Config.in wolfssl: fix Ed25519 typo in config prompt 2021-02-24 20:24:13 +01:00
Makefile wolfssl: always export wc_ecc_set_rng 2021-06-21 22:43:15 +02:00