fastd: disable GMAC-based methods by default
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 7 Mar 2021 10:50:04 +0000 (11:50 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 27 Jun 2021 11:08:34 +0000 (13:08 +0200)
commit916a65781829d93856bfb82cf78ba333b8fbc973
tree643e2473714abf2caee67758a99707663539b04d
parent45976ff31a9894dec35fc4a077c9652f6cb59a54
fastd: disable GMAC-based methods by default

The UMAC-based methods provide higher performance than GMAC and aren't
suspectible to timing attacks when implemented in software (which is
always the case on OpenWrt, as OpenSSL support is disabled). Disable
GMAC by default to save a few KiB.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
net/fastd/Config.in