]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/wpa_auth_ft.c
Introduce and add key_flag
[thirdparty/hostap.git] / src / ap / wpa_auth_ft.c
2020-01-09  Alexander WetzelIntroduce and add key_flag
2019-12-29  Jouni MalinenRRB: More debug prints for local delivery
2019-10-18  Jouni MalinenFT-SAE: Add RSNXE into FT MIC
2019-09-08  Jouni MalinenRemove CONFIG_IEEE80211W build parameter
2019-05-26  Jouni MalinenMore forceful clearing of stack memory with keys
2019-04-28  Jouni MalinenFT: Allow cached XXKey/MPMK to be used if new XXKey...
2019-04-22  Alex KhouderchahAdd 802.11 status code strings
2019-04-18  Jouni MalinenFT: Maintain PMK-R1 for a connected STA
2019-04-18  Jouni MalinenFT: Remove unused pmk argument from wpa_auth_derive_ptk...
2019-03-26  Jouni MalinenFT/RRB: Pad RRB messages to at least minimum Ethernet...
2019-03-26  Jouni MalinenFT/RRB: Add more debug prints for RRB message encryptio...
2019-03-13  Jouni MalinenFILS+FT: AP mode processing of PMKR1Name in initial...
2019-02-14  Jouni MalinenVLAN assignment based on used WPA/WPA2 passphrase/PSK
2019-01-26  Michal KaziorAP: Expose PMK outside of wpa_auth module
2018-12-17  Mathy VanhoefOCV: Include and verify OCI in the FT handshake
2018-11-30  Jouni MalinenFT: Check session_timeout pointer consistently
2018-06-06  Jouni MalinenFT: Derive PMKR0Name/PMKR1Name using SHA-384 with AKM...
2018-06-05  Jouni MalinenFT: Support 256-bit IGTK in AP case
2018-06-05  Jouni MalinenFT: Handle AssocResp generation failures as fatal errors
2018-06-05  Jouni MalinenFILS: Fix KEK2 use in FT-FILS use cases
2018-06-05  Jouni MalinenFT: Fix RRB error path handling
2018-06-05  Jouni MalinenFT: Add support for variable length PMK-R1 receiving...
2018-06-05  Jouni MalinenFT: FTE generation for SHA384-based AKM on AP
2018-06-05  Jouni MalinenFT: FTE parsing for SHA384-based AKM
2018-06-05  Jouni MalinenFT: PMK-R0 derivation using SHA384-based AKM
2018-06-05  Jouni MalinenFT: Support variable length keys
2018-06-04  Jouni MalinenFT: SHA384-based AKM in RSNE processing
2018-04-06  Michael BraunFT: Add session_timeout to push/resp
2018-04-06  Michael BraunFT: Include identity and radius_cui in pull/resp frames
2018-04-06  Michael BraunFT: Move wpa_ft_rrb_build_r0() special case to caller
2018-04-06  Michael BraunFT: Add IEEE VLAN support (including tagged VLANs)
2018-04-05  Michael BraunFT: Add expiration to PMK-R0 and PMK-R1 cache
2018-04-05  Michael BraunFT: Use dl_list for PMK-R0/R1 cache
2018-04-05  Michael BraunFT: Add helper function for FILS key storing
2018-03-26  Jouni MalinenFILS: Add more complete support for FT-FILS use cases
2018-03-24  Jouni MalinenFT: Derive PMK-R1 locally if requested PMKR0Name is...
2018-03-24  Jouni MalinenFT: Do not send PMK-R1 pull request to own R0KH address
2017-10-15  Mathy Vanhoefhostapd: Avoid key reinstallation in FT handshake
2017-10-08  Jouni MalinenOWE: Support DH groups 20 (NIST P-384) and 21 (NIST...
2017-05-07  Jouni MalinenFILS: Derive FT key hierarchy on authenticator side...
2017-05-03  Michael BraunFT: Add support for wildcard R0KH/R1KH
2017-05-03  Michael BraunFT RRB: Add msg replay and msg delay protection
2017-05-03  Michael BraunFT: New RRB message format
2017-05-03  Michael BraunFT: Replace inter-AP protocol with use of OUI Extended...
2017-04-02  Jouni MalinenFT: Add selection of FT+FILS AKMs
2017-02-19  Jouni MalinenFT: Merge similar error paths to use common steps
2017-02-14  Jouni MalinenFT: Check key derivation results explicitly in AP opera...
2017-01-29  Johannes Bergwpa_auth: Make struct wpa_auth_callbacks const
2016-12-28  Jouni MalinenFT: Drop FT Action frames if ft_over_ds=0
2016-10-29  Ilan PeerFT: Differentiate between FT for station and for AP...
2016-10-29  Ilan PeerAP: Use valid status code in wpa_ft_send_rrb_auth_resp()
2016-10-09  Michael BraunFT: Allow PMK-R0 and PMK-R1 for FT-PSK to be generated...
2015-12-09  Jouni MalinenFT: Fix sm->assoc_resp_ftie storing on the AP side
2015-04-22  Jouni MalinenFT: Fix WMM TSPEC validation in driver-based AP MLME...
2015-01-26  Jouni MalinenPreparations for variable length KCK and KEK
2014-12-06  Jouni MalinenFT: Make aes_wrap() call easier to analyze
2014-12-06  Jouni MalinenFT: Make aes_unwrap() calls easier to analyze
2014-10-07  Jouni MalinenAES: Extend key wrap design to support longer AES keys
2014-07-02  Jouni MalinenFT: Debug print extra response data
2014-07-02  Jouni MalinenRSN authenticator: Use os_memcmp_const() for hash/passw...
2014-06-01  Jouni MalinenFT: Fix GTK rekeying after FT protocol
2014-03-23  Jouni MalinenFT: Add support for postponing FT response
2013-12-29  Jouni MalinenFix whitespace style
2013-12-29  Jouni MalinenEnable FT with SAE
2013-08-24  Jouni MalinenFT RRB: Clear pad field to avoid sending out uninitiali...
2013-05-18  Jouni MalinenFT RRB: Fix a memory leak on error path
2013-04-27  Jouni MalinenFT RRB: Validate os_malloc() return value before using it
2013-01-12  Jouni MalinenExtra validation to keep static analyzers happy
2012-08-30  Jouni MalinenMove WPA cipher information into a shared location
2012-08-29  Jouni MalinenAdd support for using GCMP cipher from IEEE 802.11ad
2012-08-01  Shan PalanisamyFT: Add FT AP support for drivers that manage MLME...
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2011-11-13  Jouni MalinenRemove unnecessary include file inclusion
2011-07-16  Jouni MalinenFT: Share IE parser implementation for Authenticator...
2011-07-16  Hong WuFT: Fix the calculation of MIC Control field in FTIE
2011-03-06  Shan PalanisamyFT: Make FT-over-DS configurable (hostapd.conf ft_over_...
2010-11-23  Jouni MalinenAnnotate places depending on strong random numbers
2010-07-26  Jouni MalinenFT: Send RRB data directly when managed by same hostapd...
2010-07-18  Jouni MalinenFT: Fix RRB messages to use correct endianness
2010-04-10  Jouni MalinenFT: Validate MDIE and FTIE in FT 4-way handshake messag...
2010-04-10  Jouni MalinenFT: Add FTIE, TIE[ReassocDeadline], TIE[KeyLifetime...
2010-04-09  Jouni MalinenFT: Validate FTIE fields in Reassociation Request
2010-04-09  Jouni MalinenFT: Validate protect IE count in FTIE MIC Control
2010-04-09  Jouni MalinenFT: Fix Reassociation Response in FT Protocol to includ...
2010-04-09  Jouni MalinenFT: Do not add MIC to FTIE during initial MD association
2010-04-07  Jouni MalinenFT: Fix GTK subelement format in FTIE
2010-04-07  Jouni MalinenFT: Fix FT 4-Way Handshake to include PMKR1Name in...
2010-04-07  Jouni MalinenFT: Do not include RSN IE in (Re)Assoc Resp during...
2010-04-04  Jouni MalinenFT: Re-set PTK on reassociation
2010-04-04  Jouni MalinenFT: Force key configuration after association in FT...
2010-03-13  Jouni MalinenFT: Fix PTK configuration in authenticator
2010-03-07  Jouni MalinenFT: Include pairwise cipher suite in PMK-R0 SA and...
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-25  Jouni MalinenInclude header files explicitly in *.c, not via header...
2009-12-25  Jouni MalinenRename some src/ap files to avoid duplicate file names