luci-mod-network: add certificate subj validation 3444/head
authorDavid Lam <david@thedavid.net>
Sun, 12 Jan 2020 08:01:41 +0000 (00:01 -0800)
committerDavid Lam <david@thedavid.net>
Sun, 12 Jan 2020 08:33:43 +0000 (00:33 -0800)
commitd9e88c2072967ae4d0b92de9ad650e9c8a678e41
treee04c76d50c21155cd54f36cf4239eb9fc9603383
parent359379078e8ea786610d9dc1520f14f35239409c
luci-mod-network: add certificate subj validation

This PR is tied to changes being made via openwrt/openwrt#2654, and it
allows users to provide certificate constraint(s) when connecting as a
STA to an AP using Enterprise modes. The constraints can either be
provided via the certificate's X509 subject using a substring (e.g.
/CN=wifi.mycompany.com) or subject alternate name values (e.g.
DNS:wifi.mycompany.com), although both can be combined for a stricter
validation criteria. Other options, such as wildcard and exact domain
matches are also available.

Signed-off-by: David Lam <david@thedavid.net>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js