Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / rsn_supp /
2016-06-23 Jouni MalinenTDLS: Declare tdls_testing as extern in a header file
2016-04-05 Jouni MalinenRSN: Set EAPOL-Key Request Secure bit to 1 if PTK is set
2016-02-18 Masashi HonmaSAE: Fix PMKID calculation for PMKSA cache
2016-02-16 Jouni MalinenTDLS: Clean up os_memcmp use
2016-01-15 Jouni MalinenFix wpa_supplicant build with IEEE8021X_EAPOL=y and...
2015-12-22 Jouni MalinenUse wpa_msg() for the "RSN: PMKID mismatch" message
2015-12-20 Jouni MalinenWPA: Explicitly clear the buffer used for decrypting...
2015-12-18 Arik NemtsovTDLS: Ignore incoming TDLS Setup Response retries
2015-12-09 Jouni MalinenFT: Fix FTIE generation for 4-way handshake after FT...
2015-12-06 Jouni MalinenAdd TEST_ASSOC_IE for WPA/RSN IE testing on AP side
2015-11-23 Jouni MalinenFix CONFIG_NO_WPA=y build
2015-11-16 Amarnath Hullur... RSN: Remove check for proactive_key_caching while setti...
2015-11-01 Max Stepanovwpa_supplicant: Add GTK RSC relaxation workaround
2015-10-28 Avichal AgarwalRSN: Check result of EAPOL-Key frame send request
2015-10-26 Sunil DuttTDLS: Do not send error case of TPK M3 if TX fails
2015-10-25 Jouni MalinenRSN: Avoid undefined behavior in pointer arithmetic
2015-10-16 Pradeep Reddy POTTETITDLS: On a TPK timeout, tear down the link before renew...
2015-10-14 Jouni MalinenFix Suite B 192-bit AKM to use proper PMK length
2015-10-01 Jouni MalinenFix TK configuration to the driver in EAPOL-Key 3/4...
2015-09-09 Jouni MalinenWPA: Do not print GTK in debug log unless requested
2015-09-05 Jouni MalinenTDLS: Use proper IE parsing routine for non-EAPOL-Key...
2015-08-02 Jouni MalinenAdd build option to remove all internal RC4 uses
2015-07-08 Jouni MalinenRSN: Stop connection attempt on apparent PMK mismatch
2015-07-07 Jouni MalinenFT: Allow CCMP-256 and GCMP-256 as group ciphers
2015-04-22 Jouni MalinenSimplify VHT Capabilities element parsing
2015-04-22 Jouni MalinenSimplify HT Capabilities element parsing
2015-04-22 Jouni MalinenFT: Check FT, MD, and Timeout Interval length in the...
2015-04-22 Jouni Malinentests: Add eapol-fuzzer
2015-03-25 Ben GreearShow OSEN key management properly in scan results
2015-03-07 Jouni MalinenReject Group Key message 1/2 prior to completion of...
2015-03-06 Jouni MalinenClear RSN timers for preauth and PTK rekeying on disass...
2015-02-21 Arik NemtsovTDLS: Ignore extra padding in all packets
2015-01-31 Jouni MalinenFix resource leaks on rsn_preauth_init() error paths
2015-01-26 Jouni MalinenAdd Suite B 192-bit AKM
2015-01-26 Jouni MalinenPreparations for variable length KCK and KEK
2015-01-07 Jouni MalinenTDLS: Fix an interface addition error path
2015-01-04 Arik NemtsovTDLS: Propagate enable/disable channel-switch commands...
2015-01-04 Arik NemtsovTDLS: Track TDLS channel switch prohibition in BSS
2015-01-04 Arik NemtsovTDLS: Add channel-switch capability flag
2014-12-29 Jouni MalinenClear GTK from memory as soon as it is not needed anymore
2014-12-29 Jouni MalinenClear TK part of PTK after driver key configuration
2014-12-29 Jouni MalinenClear temporary keys from WPA supplicant state machine...
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - manual
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-12-06 Jouni MalinenMake GTK length validation easier to analyze
2014-11-16 Jouni MalinenSuite B: Select EAPOL-Key integrity and key-wrap algori...
2014-11-16 Jouni MalinenSuite B: PMKID derivation for AKM 00-0F-AC:11
2014-11-16 Jouni MalinenSuite B: Add AKM 00-0F-AC:11
2014-11-14 Jouni MalinenWork around AP misbehavior on EAPOL-Key descriptor...
2014-10-23 Chet LanctotAdd support for offloading key management operations...
2014-10-18 Jouni MalinenSAE: Add support for PMKSA caching on the station side
2014-10-11 Jouni MalinenAdd a workaround to clanc static analyzer warning
2014-10-07 Jouni MalinenAES: Extend key wrap design to support longer AES keys
2014-10-04 Jouni MalinenClear PMKSA cache entry data when freeing them
2014-10-03 Arik NemtsovTDLS: Use WMM IE for propagating peer WMM capability
2014-10-03 Arik NemtsovTDLS: Fix concurrent setup test for mac80211 drivers
2014-10-03 Arik NemtsovTDLS: Set the initiator during tdls_mgmt operations
2014-10-01 Jouni MalinenTDLS: Filter AID value properly for VHT peers
2014-09-02 Sunil DuttTDLS: Decline Setup Request with status code 37 if...
2014-09-02 Mahesh A SaptasagarTDLS: Add RSN and Timeout interval IEs in TDLS Discover...
2014-07-02 Jouni MalinenRSN supplicant: Use os_memcmp_const() for hash/password...
2014-07-02 Jouni MalinenPeerKey: Clean up EAPOL-Key Key Data processing
2014-06-29 Jouni MalinenTDLS: Clean up add/set peer operations
2014-06-29 Arik NemtsovTDLS: Tear down connection on malformed Setup Confirm
2014-06-29 Arik NemtsovTDLS: Abort local setup when failing to add STA
2014-06-29 Arik NemtsovTDLS: Update peer STA as soon as full peer info is...
2014-06-29 Arik NemtsovTDLS: Remove peer from global peer-list on free
2014-06-17 Arik NemtsovTDLS: Do not bail when failing to process IEs in Discov...
2014-06-17 Arik NemtsovTDLS: Do not reject TPK M3 when failing to process IEs
2014-06-16 Jouni MalinenTDLS: Fix TPK M1 error case (CID 68214)
2014-06-16 Arik NemtsovTDLS: Bail on STA add failure in tpk_m1 processing
2014-06-16 Arik NemtsovTDLS: Handle unreachable link teardown for external...
2014-06-14 Jouni MalinenClean up EAPOL-Key Key Data processing
2014-06-14 Jouni MalinenClean up EAPOL-Key processing
2014-06-13 Jouni MalinenFix validation of EAPOL-Key length with AES key wrap...
2014-06-07 Jouni MalinenTDLS: Add extra validation step for responder RSN IE...
2014-06-02 Ashok Kumar PonnaiahFix validation of RSN EAPOL-Key version for GCMP with PMF
2014-04-29 Arik NemtsovTDLS: Fully tear down existing link before setup
2014-04-29 Arik NemtsovTDLS: Disable links during AP deauth in external flow
2014-04-29 Jouni MalinenTDLS: Make wpa_tdls_send_teardown() static
2014-04-29 Pradeep Reddy POTTETITDLS: Pass peer's capability info to the driver in...
2014-04-15 Jouni MalinenReduce the amount of time PTK/TPTK/GTK is kept in memory
2014-04-05 Jouni MalinenMove DROP_SA command to be within ifdef CONFIG_TESTING_...
2014-04-05 Jouni MalinenRemove used KDE addition code from EAPOL-Key msg 4/4
2014-04-05 Jouni MalinenRemove unused wpa_sm_get_param() function
2014-04-05 Jouni MalinenTDLS: Add test mode for MIC failure testing
2014-03-27 Sunil DuttPass TDLS peer capability information in tdls_mgmt
2014-03-14 Jouni MalinenAllow management group cipher to be configured
2014-03-12 Sunil DuttTDLS: Use QoS info from WMM IE obtained in TDLS frames
2014-03-11 Jouni MalinenFix PTK derivation for CCMP-256 and GCMP-256
2014-02-27 Sunil Dutt UndekariTDLS: Work around interop issues with supported operati...
2014-02-25 Jouni MalinenHS 2.0R2 AP: Add OSEN implementation
2014-02-25 Jouni MalinenHS 2.0R2: Add OSEN client implementation
2014-01-27 Jouni MalinenP2P: Add support for IP address assignment in 4-way...
2014-01-14 Sunil DuttTDLS: Pass peer's Supported channel and oper class...
2014-01-08 Jouni MalinenSkip network disabling on expected EAP failure
2013-12-29 Jouni MalinenEnable FT with SAE
2013-12-28 Jouni MalinenFix PeerKey 4-way handshake
2013-12-28 Jouni MalinenFix PeerKey deinit behavior
2013-12-26 Jouni MalinenInitial handling of GTK-not-used cipher suite
next