X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=hostapd%2FChangeLog;h=a8e7f4eb41687997deb34e79e5840ff40a309d8c;hb=988ab690acfe470e2a7a6de6c0a4710744f06661;hp=2db46b84579da56ac5a1b6b5ad22b46b9b354ab7;hpb=4d4233eaf4217106e7fc09d6bc95183d6ac7e7c2;p=libeap.git diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index 2db46b8..a8e7f4e 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -1,12 +1,31 @@ ChangeLog for hostapd -????-??-?? - v0.6.5 +2008-11-01 - 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) * fixed internal TLSv1 implementation for abbreviated handshake (used by EAP-FAST server) + * added support for setting VLAN ID for STAs based on local MAC ACL + (accept_mac_file) as an alternative for RADIUS server-based + configuration + * updated management frame protection to use IEEE 802.11w/D6.0 + (adds a new association ping to protect against unauthenticated + authenticate or (re)associate request frames dropping association) + * added support for using SHA256-based stronger key derivation for WPA2 + (IEEE 802.11w) + * added new "driver wrapper" for RADIUS-only configuration + (driver=none in hostapd.conf; CONFIG_DRIVER_NONE=y in .config) + * fixed WPA/RSN IE validation to verify that the proto (WPA vs. WPA2) + is enabled in configuration + * changed EAP-FAST configuration to use separate fields for A-ID and + A-ID-Info (eap_fast_a_id_info) to allow A-ID to be set to a fixed + 16-octet len binary value for better interoperability with some peer + implementations; eap_fast_a_id is now configured as a hex string + * driver_nl80211: Updated to match the current Linux mac80211 AP mode + configuration (wireless-testing.git and Linux kernel releases + starting from 2.6.29) 2008-08-10 - v0.6.4 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2