RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 428181 - Need EAP-FAST (RFC 4851) support
Summary: Need EAP-FAST (RFC 4851) support
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: openssl
Version: 6.0
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Tomas Mraz
QA Contact: Miroslav Vadkerti
URL:
Whiteboard:
Depends On:
Blocks: 209339 428184
TreeView+ depends on / blocked
 
Reported: 2008-01-09 20:26 UTC by Dan Williams
Modified: 2010-11-15 14:33 UTC (History)
8 users (show)

Fixed In Version: openssl-0.9.8k-7.el6
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-15 14:33:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch exposing functionality that wpa_supplicant needs for EAP-FAST (14.66 KB, patch)
2008-01-09 20:26 UTC, Dan Williams
no flags Details | Diff

Description Dan Williams 2008-01-09 20:26:30 UTC
I can't enable EAP-FAST support in wpa_supplicant (which is needed for
NetworkManager to support EAP-FAST) unless we apply Jouni's OpenSSL patch.  It's
been around for quite a while but upstream never seems to comment on it.  The
upstream openssl issue is:

http://rt.openssl.org/index.html?q=1574

There's a patch in wpa_supplicant git that applies to openssl 0.9.8 too,
attached here.  Thoughts?

Comment 1 Dan Williams 2008-01-09 20:26:30 UTC
Created attachment 291197 [details]
Patch exposing functionality that wpa_supplicant needs for EAP-FAST

Comment 2 RHEL Program Management 2008-01-09 20:35:43 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 16 RHEL Program Management 2008-06-04 22:47:08 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 25 Tomas Mraz 2008-09-30 19:59:01 UTC
Unfortunately no news from upstream. And I don't want to commit to adding the non-upstream patch.

Comment 26 Bill Nottingham 2008-09-30 20:05:04 UTC
Closing then. We can reconsider if upstream takes the patch.

Comment 27 Bill Nottingham 2008-10-09 20:28:46 UTC
*** Bug 209339 has been marked as a duplicate of this bug. ***

Comment 29 James G. Brown III 2008-11-17 01:25:22 UTC
Finally, this was applied to HEAD

rt for the issue http://rt.openssl.org/index.html?q=1574

http://cvs.openssl.org/fileview?f=openssl/CHANGES&v=1.1457

2008-Nov-15 18:18 	    1.1457    	Check-in [17641]: PR: 1574 Submitted by: Jouni Malinen <j> Approved by: steve

Ticket override support for EAP-FAST. By steve. (diff) 

Changes can be viewed here

http://cvs.openssl.org/chngview?cn=17641

Comment 30 Dan Williams 2008-11-17 15:26:10 UTC
Whee!  Now we can potentially add support to NM too, though how exactly we auto-detect whether openssl was built with EAP-FAST, and thus whether wpa_supplicant supports it, is anyone's guess...

Comment 31 Tomas Mraz 2008-11-26 13:24:52 UTC
Do you need build-time or run-time autodetection?

Comment 32 Dan Williams 2008-11-26 15:54:14 UTC
(In reply to comment #31)
> Do you need build-time or run-time autodetection?

runtime; but wpa_supplicant has the facility to report the EAP methods it supports, so I think we're OK here.  Basically, we build OpenSSL with EAP-FAST support, build wpa_supplicant with EAP-FAST support against that OpenSSL, and then NetworkManager will runtime-query the supplicant to determine if EAP-FAST is available.

Of course, this doesn't solve the issue where, in the connection editor, you can always configure an EAP-FAST connection even if the computer you're currently on doesn't support it.  But that's the same as if you have an old wifi card that doesn't support WPA, you should still be able to make a WPA connection and use that with a WPA capable card later.  We just need better error reporting here so that when you do try to activate an EAP-FAST connection on a machine that isnt' built with EAP-FAST support, you get (a) can't and (b) get a message to that effect.

Comment 34 Tomas Mraz 2008-12-08 19:37:59 UTC
I plan to make package with the upstream patch backported to Fedora 11. It will require a SONAME bump though.

Comment 35 Jason Roysdon 2008-12-08 21:19:33 UTC
Support is missing in F9 and F10 as well for EAP-FAST.

Comment 36 Bill Nottingham 2008-12-08 21:54:20 UTC
Yes, the patch only went upstream in the past few weeks.

Comment 37 Tomas Mraz 2008-12-09 08:16:02 UTC
Unfortunately it breaks ABI so it is not possible to push the patch to F9,10.

Comment 38 Tomas Mraz 2009-01-15 10:26:12 UTC
I've backported the patch from 0.9.9 branch to the 0.9.8j which is now in rawhide.

Comment 43 Jason Roysdon 2010-02-04 17:09:06 UTC
(In reply to comment #42)
> Fixed in 'openssl-0.9.8k-7.el6', included in compose 'RHEL6.0-20091102.0'.
> Moving to ON_QA.    

If QA has a problem testing this, if this could be made available to me, I would be willing to test it with an existing client network using EAP-FAST.

Comment 47 Miroslav Vadkerti 2010-04-28 05:54:34 UTC
Jason, we lack infrastructure currently to test this bug properly. As RHEL6 Beta is public, could you please help us test this issue?

Comment 48 Miroslav Vadkerti 2010-06-01 09:23:45 UTC
We lack infrastructure for this, Sanity Only testing. Hopely Jason will help us to test this one.

Comment 49 Jason Roysdon 2010-06-01 16:27:12 UTC
Yes, I have RHEL6Beta downloaded and have been testing in a VM.  I'll just need to do some LVM work to install it natively on my host and get my client's permission to test on their EAP-FAST network.

Comment 50 Jason Roysdon 2010-06-16 22:31:34 UTC
I have my client's permission to test this on their EAP-FAST network and access to their Cisco AP and RADIUS server (Cisco ACS) which it passes authentication to.

However, I do not see EAP-FAST as an option in Network Manager.  Right-clicking on NetworkManager icon, Edit Connections - Wireless (tab) - Add - Wireless Security (tab) - Security: WPA & WPA2 Enterprise

At this point the next step is to set the Authentication type.  The drop-down box supports TLS, LEAP, Tunneled TLS (TTLS), and Protected EAP (PEAP), but there is no EAT-FAST option.

$ rpm -q openssl
openssl-1.0.0-0.19.beta4.el6.i686
$ rpm -qa | grep -i network
NetworkManager-0.7.997-1.el6.i686
NetworkManager-glib-0.7.997-1.el6.i686
NetworkManager-gnome-0.7.997-1.el6.i686
$ rpm -qa | grep wpa
wpa_supplicant-0.6.8-9.el6.i686
$ rpm -q kernel
kernel-2.6.32-19.el6.i686

$ uname -a
Linux rhel6b1 2.6.32-19.el6.i686 #1 SMP Tue Mar 9 18:10:40 EST 2010 i686 i686 i386 GNU/Linux

Are we sure that EAP-FAST is now enabled in NetworkManager?

Comment 51 Miroslav Vadkerti 2010-06-17 04:08:57 UTC
Jason, according to bug 209339 which is still assigned NM hasn't got EAP-FAST support yet. Setting needinfo on Dan Williams.

Comment 52 Miroslav Vadkerti 2010-06-25 12:16:07 UTC
Dan, openssl seems to be supporting EAP-FAST now but NM does not.

Comment 53 Miroslav Vadkerti 2010-09-15 12:48:56 UTC
Dan, could you please answer comment #52?

Comment 54 releng-rhel@redhat.com 2010-11-15 14:33:51 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


Note You need to log in before you can comment on or make changes to this bug.