diff options
author | Jouni Malinen <j@w1.fi> | 2008-11-16 21:29:12 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-11-16 21:29:12 +0200 |
commit | 0cf03892a4324b36cfce3a102833eca3302029e1 (patch) | |
tree | efaa6a0ea000c5aa0a42d42bae387636d5e74dfb /hostapd | |
parent | 1e8b9d2889a1f53eee9eb1d377e6c8f20e71f60f (diff) | |
download | external_wpa_supplicant_8_ti-0cf03892a4324b36cfce3a102833eca3302029e1.zip external_wpa_supplicant_8_ti-0cf03892a4324b36cfce3a102833eca3302029e1.tar.gz external_wpa_supplicant_8_ti-0cf03892a4324b36cfce3a102833eca3302029e1.tar.bz2 |
OpenSSL 0.9.9 API change for EAP-FAST session ticket overriding API
Updated OpenSSL code for EAP-FAST to use an updated version of the
session ticket overriding API that was included into the upstream
OpenSSL 0.9.9 tree on 2008-11-15 (no additional OpenSSL patch is
needed with that version anymore).
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index b2cfb5b..a1ddf40 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -4,6 +4,10 @@ ChangeLog for hostapd * added a new configuration option, wpa_ptk_rekey, that can be used to enforce frequent PTK rekeying, e.g., to mitigate some attacks against TKIP deficiencies + * updated OpenSSL code for EAP-FAST to use an updated version of the + session ticket overriding API that was included into the upstream + OpenSSL 0.9.9 tree on 2008-11-15 (no additional OpenSSL patch is + needed with that version anymore) 2008-11-01 - v0.6.5 * added support for SHA-256 as X.509 certificate digest when using the |