summaryrefslogtreecommitdiff
path: root/packages/hostap
AgeCommit message (Collapse)Author
2022-09-02T4666: hostap: Reintroduce Debian's allow-tlsv1.patchAndrew Gunnerson
After the fixes for T4537/T4584, which added a custom hostap package, wpa_supplicant no longer allows TLSv1.0 connections, which is required for EAP-TLS with certain ISPs. Previously, VyOS allowed TLSv1.0 via Debian's `allow-tlsv1.patch` patch. This commit reintroduces that patch for the custom hostap package. Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
2022-08-15hostap: T4584: add git version to Debian packageChristian Poessinger
2022-08-02hostap: T4584: add custom package buildChristian Poessinger