diff options
author | Jouni Malinen <j@w1.fi> | 2008-08-24 12:50:12 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-08-24 12:50:12 +0300 |
commit | 1f21bc4cc37c99af7014a4d2dd1d9e8ac5f472ac (patch) | |
tree | 7e311ec13ef12aadc1a01d5558cf509cbf4cf657 /hostapd/ChangeLog | |
parent | f40b972690a511880e0d4f361694c1d78690c692 (diff) | |
download | external_wpa_supplicant_8_ti-1f21bc4cc37c99af7014a4d2dd1d9e8ac5f472ac.zip external_wpa_supplicant_8_ti-1f21bc4cc37c99af7014a4d2dd1d9e8ac5f472ac.tar.gz external_wpa_supplicant_8_ti-1f21bc4cc37c99af7014a4d2dd1d9e8ac5f472ac.tar.bz2 |
Fixed EAP-FAST server PAC-Opaque padding
0.6.4 broke this for some peer identity lengths. The padding was supposed
to make sure that the length of PAC-Opaque is divisible by 8.
Diffstat (limited to 'hostapd/ChangeLog')
-rw-r--r-- | hostapd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index 382b869..f3c0155 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -3,6 +3,8 @@ ChangeLog for hostapd ????-??-?? - v0.6.5 * added support for SHA-256 as X.509 certificate digest when using the internal X.509/TLSv1 implementation + * fixed EAP-FAST PAC-Opaque padding (0.6.4 broke this for some peer + identity lengths) 2008-08-10 - v0.6.4 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2 |