diff options
author | Jouni Malinen <j@w1.fi> | 2012-05-02 20:45:01 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-05-02 20:45:01 +0300 |
commit | 762e4ce620125f233bec964413354601b0d9654c (patch) | |
tree | eb7577b1d6a44bd21d3fed38aad7348bdeeb1bc6 /hostapd | |
parent | 83519983138b0e9c19a4beb3a763e2289d5a51cb (diff) | |
download | external_wpa_supplicant_8_ti-762e4ce620125f233bec964413354601b0d9654c.zip external_wpa_supplicant_8_ti-762e4ce620125f233bec964413354601b0d9654c.tar.gz external_wpa_supplicant_8_ti-762e4ce620125f233bec964413354601b0d9654c.tar.bz2 |
EAP-AKA': Update to RFC 5448
There was a technical change between the last IETF draft version
(draft-arkko-eap-aka-kdf-10) and RFC 5448 in the leading characters
used in the username (i.e., use unique characters for EAP-AKA' instead
of reusing the EAP-AKA ones). This commit updates EAP-AKA' server and
peer implementations to use the leading characters based on the final
RFC.
Note: This will make EAP-AKA' not interoperate between the earlier
draft version and the new version.
Signed-hostap: Jouni Malinen <j@w1.fi>
intended-for: hostap-1
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/hostapd.eap_user | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hostapd/hostapd.eap_user b/hostapd/hostapd.eap_user index ac9a5d8..12a2c61 100644 --- a/hostapd/hostapd.eap_user +++ b/hostapd/hostapd.eap_user @@ -69,6 +69,9 @@ "3"* SIM,TTLS,TLS,PEAP,AKA "4"* AKA,TTLS,TLS,PEAP,SIM "5"* SIM,TTLS,TLS,PEAP,AKA +"6"* AKA' +"7"* AKA' +"8"* AKA' # Wildcard for all other identities * PEAP,TTLS,TLS,SIM,AKA @@ -89,3 +92,6 @@ "3"* SIM [2] "4"* AKA [2] "5"* SIM [2] +"6"* AKA' [2] +"7"* AKA' [2] +"8"* AKA' [2] |