After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 340595 - NetworkManager: Add support for EAP-FAST
NetworkManager: Add support for EAP-FAST
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
0.6.6
Other Linux
: Normal enhancement
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2006-05-04 06:58 UTC by Russell Harrison
Modified: 2012-05-18 10:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Russell Harrison 2006-05-04 06:58:39 UTC
I saw a brief conversation on the mailing list about EAP-FAST support.

I'm inputting a bug so it can be tracked.  I'd really love to be able to use NetworkManager to connect to the network at work.  I can provide working example configs if needed.
Comment 1 Russell Harrison 2006-05-25 20:57:40 UTC
Adding a link to the list conversation.
http://mail.gnome.org/archives/networkmanager-list/2006-March/msg00224.html

I'm not so worried about getting the patched ssl ect for this to work.  I can take care of that myself until the distro catches up.  I would love the config options in NM so I can use it instead of wpa_supplicant directly.
Comment 2 Dan Williams 2008-01-24 19:19:18 UTC
I'd rather wait until the OpenSSL patch is accepted upstream.  The problem is there's no way that NM can know that your OpenSSL is patched to support EAP-FAST, so adding the option would add it for _everyone_, regardless of whether or not their OpenSSL had EAP-FAST support or not.  Then, when you go and try to connect, the connection would always fail because the supplicant isn't able to make the connection.  Upstream hasn't commented on the patch for 2.5 years, I think we need to push upstream OpenSSL to get some answers and get the patch merged.
Comment 3 Dan Williams 2008-11-18 18:27:29 UTC
Upstream has finally applied the patch, so EAP-FAST is now possible.  It's not going to hit 0.7 though since that's way too close to release.

We'll need to add a method to the D-Bus wpa_supplicant API to retrieve available EAP methods to see if EAP-FAST is supported by the supplicant though.
Comment 4 Jiri Klimes 2012-05-18 10:35:02 UTC
EAP-FAST has been implemented. See https://bugzilla.redhat.com/show_bug.cgi?id=209339 for more information.