mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Support for configuring EAP-TLS authentication scheme is added. Similar to EAP-MSCHAPv2, this one is usually asymmetric in the way that server auth method (pubkey) is different from the client auth method (eap-tls). The code handles this asymmetry automatically. Signed-off-by: Torbjorn Tyridal <torbjorn@tyridal.no>