Add a workaround for EAP-FAST with Cisco AP local RADIUS server
authorJouni Malinen <j@w1.fi>
Sun, 8 Mar 2009 10:04:39 +0000 (12:04 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 8 Mar 2009 10:04:39 +0000 (12:04 +0200)
commit9e783041fa3cc13bf940d275e9d26c0dce032df6
treef3c9bf3afec67a017004de45d3670dcfee2269db
parent58d1f6d189bea3ccb7af8a19c1bbc191cfbabfbd
Add a workaround for EAP-FAST with Cisco AP local RADIUS server

When using the internal TLS implementation, EAP-FAST unauthenticated
provisioning ends up proposing multiple cipher suites. It looks like
Cisco AP (at least 350 and 1200 series) local authentication server does
not know how to search cipher suites from the list and seem to require
that the last entry in the list is the one that it wants to use.
However, TLS specification requires the list to be in the client
preference order. As a workaround, ass anon-DH AES-128-SHA1 again at the
end of the list to allow the Cisco code to find it.

This fixed EAP-FAST provisioning with the following IOS version:
Cisco IOS Software, C350 Software (C350-K9W7-M), Version 12.3(8)JEA3,
RELEASE SOFTWARE (fc2)
Compiled Wed 21-Nov-07 14:08 by ccai
src/tls/tlsv1_client.c