diff options
author | Jouni Malinen <j@w1.fi> | 2008-03-19 16:58:06 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-03-19 16:58:06 +0200 |
commit | e7d800335812c5df5f1b35b47e68df2d7d00ffb9 (patch) | |
tree | 2c2d2d441ed879430a17e3cd033447705677e518 /wpa_supplicant/ChangeLog | |
parent | 32f049b2afbc6c3f1e3e8f69be2bb233d96af0a9 (diff) | |
download | external_wpa_supplicant_8_ti-e7d800335812c5df5f1b35b47e68df2d7d00ffb9.zip external_wpa_supplicant_8_ti-e7d800335812c5df5f1b35b47e68df2d7d00ffb9.tar.gz external_wpa_supplicant_8_ti-e7d800335812c5df5f1b35b47e68df2d7d00ffb9.tar.bz2 |
EAP-PEAP: Fixed interop issues in key derivation with cryptobinding
It looks like Microsoft implementation does not match with their
specification as far as PRF+ label usage is concerned.. IPMK|CMK is derived
without null termination on the label, but the label for CSK derivation
must be null terminated.
This allows cryptobinding to be used with PEAPv0 in a way that
interoperates with Windows XP SP3 (RC2) and as such, this functionality is
now enabled as an optional addition to PEAPv0.
Diffstat (limited to 'wpa_supplicant/ChangeLog')
-rw-r--r-- | wpa_supplicant/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/ChangeLog b/wpa_supplicant/ChangeLog index 7def00c..852a087 100644 --- a/wpa_supplicant/ChangeLog +++ b/wpa_supplicant/ChangeLog @@ -4,6 +4,7 @@ ChangeLog for wpa_supplicant * added support for EAP Sequences in EAP-FAST Phase 2 * added support for using TNC with EAP-FAST * added driver_ps3 for the PS3 Linux wireless driver + * added support for optional cryptobinding with PEAPv0 2008-02-22 - v0.6.3 * removed 'nai' and 'eappsk' network configuration variables that were |