]> git.ipfire.org Git - thirdparty/hostap.git/shortlog
thirdparty/hostap.git
2019-04-15  Andrei OtcheretianskiDo not clear FT IEs twice in sme_deinit()
2019-04-15  Andrei OtcheretianskiStop SA Query on disconnection
2019-04-15  Jouni MalinenAdd debug print on stopping SA Query procedure
2019-04-15  Andrei OtcheretianskiP2PS: Cleanup pending_p2ps_group flag
2019-04-15  Jouni Malinenmka: Avoid memory leak in unexpected case in RECEIVE
2019-04-15  Jouni Malinenmesh: Fix random llid generation in an error case
2019-04-15  Jouni Malinenmesh: Fix operations after SAE state machine removing...
2019-04-15  Jouni Malinenmesh: Fix SAE reauthentication processing
2019-04-15  Jouni MalinenFix hostapd BSS_TM_REQ handling of bss_term parameter
2019-04-15  Jouni MalinenFix debug print in GET_PREF_FREQ_LIST handler
2019-04-15  Jouni MalinenD-Bus: Fix P2P GroupStarted signal not to use uninitial...
2019-04-15  Jouni Malinentests: Avoid confusing "DETACH failed" exception prints...
2019-04-15  Jouni MalinenRemove hwsim_test
2019-04-14  Jouni Malinentests: Unsupported WNM Action
2019-04-14  Jouni Malinentests: WNM Collocated Interference Reporting errors
2019-04-14  Jouni Malinentests: WNM BSS Transition Management and steering timeout
2019-04-14  Jouni Malinentests: WNM BSS Transition Management query - TM disable...
2019-04-14  Jouni Malinentests: WNM Sleep Mode disabled on AP
2019-04-14  Jouni Malinentests: Use helper function for starting WNM AP
2019-04-14  Jouni Malinentests: WNM Sleep Mode - RSN with OCV - local failure
2019-04-14  Jouni Malinentests: nl80211 freq reporting in station mode
2019-04-14  Jouni Malinennl80211: Update assoc_freq and bss->freq based on real...
2019-04-14  Jouni Malinennl80211: Clear bss->freq on station mode disconnection
2019-04-13  Jouni Malinentests: eap_pwd_perform_confirm_exchange() local failure
2019-04-13  Jouni Malinentests: eap_pwd_perform_commit_exchange() local failures
2019-04-13  Jouni Malinentests: EAP-pwd commit request error cases
2019-04-13  Jouni MalinenRemove the unused crypto_ec_cofactor() function
2019-04-13  Jouni MalinenEAP-pwd: Remove unused checks for cofactor > 1 cases
2019-04-13  Jouni Malinentests: EAP-pwd rejection of groups 25, 26, and 27
2019-04-13  Jouni MalinenEAP-pwd: Disallow ECC groups with a prime under 256...
2019-04-13  Jouni Malinentests: Remove testing of EAP-pwd groups 25, 26, and 27
2019-04-13  Jouni Malinentests: EAP-pwd local failure in crypto_bignum_rand()
2019-04-13  Jouni MalinenOpenSSL: Fix server side openssl_ecdh_curves configurat...
2019-04-13  Jouni Malinentests: EAP-pwd eap_pwd_get_element() local failures
2019-04-13  Jouni Malinentests: EAP-pwd compute_password_element() local failures
2019-04-13  Jouni Malinentests: CONFIG_TLS=linux build of wpa_supplicant
2019-04-13  Jouni Malinentests: crypto_hash_finish() failure in eap_pwd_kdf()
2019-04-13  Jouni Malinentests: EAP-EKE rejection of unsupported DH groups 2...
2019-04-13  Jouni Malinentests: Make regdom clearing in WNM tests more robust
2019-04-13  Jouni Malinentests: Show ifname in country code not cleared messages
2019-04-13  Avraham Sterntests: Update rrm_beacon_req_last_frame_indication...
2019-04-13  Avraham SternRRM: Set last beacon report indication in the last...
2019-04-13  Ben GreearDocument BSS expiration configurables
2019-04-13  Ryo ONODERAbsd: Fix a typo in error message
2019-04-12  Johannes Bergtests: Fix trace-cmd recording with python3
2019-04-12  Jouni MalinenRemove unnecessary copying of SSID and BSSID for extern...
2019-04-12  Srinivas Dasarihostapd: Support external authentication offload in...
2019-04-12  Srinivas Dasarinl80211: External authentication in driver-based AP...
2019-04-12  nakul kachhwahaReset beacon_set_done on disabling interface
2019-04-09  Jouni MalinenEAP-pwd: Get rid of unnecessary allocation of temporary...
2019-04-09  Jouni MalinenEAP-pwd: Enforce 1 < rand,mask < r and rand+mask mod...
2019-04-09  Jouni Malinentests: EAP-pwd protocol tests for invalid EAP-pwd-Commit
2019-04-09  Jouni Malinentests: SAE commit invalid scalar/element
2019-04-09  Jouni Malinentests: SAE and confirm after invalid commit
2019-04-09  Jouni Malinentests: Module tests for const_time_*() functions
2019-04-09  Jouni MalinenEAP-pwd: Check element x,y coordinates explicitly
2019-04-09  Mathy VanhoefEAP-pwd client: Verify received scalar and element
2019-04-09  Mathy VanhoefEAP-pwd server: Detect reflection attacks
2019-04-09  Mathy VanhoefEAP-pwd server: Verify received scalar and element
2019-04-09  Jouni MalinenSAE: Fix confirm message validation in error cases
2019-04-09  Jouni MalinenSAE: Use constant time operations in sae_test_pwd_seed_...
2019-04-09  Jouni MalinenSAE: Use const_time selection for PWE in FFC
2019-04-09  Jouni MalinenSAE: Mask timing of MODP groups 22, 23, 24
2019-04-09  Jouni MalinenSAE: Avoid branches in is_quadratic_residue_blind()
2019-04-09  Jouni MalinenSAE: Minimize timing differences in PWE derivation
2019-04-09  Jouni MalinenEAP-pwd: Use constant time and memory access for findin...
2019-04-09  Jouni MalinenOpenSSL: Use constant time selection for crypto_bignum_...
2019-04-09  Jouni MalinenAdd helper functions for constant time operations
2019-04-09  Jouni MalinenOpenSSL: Use constant time operations for private bignums
2019-04-09  Jouni Malinentests: Test cases for X.509 certificate checking
2019-04-09  Jouni MalinenExtend domain_match and domain_suffix_match to allow...
2019-04-09  Jouni MalinenwolfSSL: Fix dNSName matching with domain_match and...
2019-04-09  Jouni Malinentests: Fix build without CONFIG_SAE
2019-04-08  Jouni Malinentests: ERP enabled on RADIUS server and peer and no...
2019-04-08  Jouni MalinenRADIUS server: Accept ERP keyName-NAI as user identity
2019-04-08  Jouni Malinentests: scan_multi_bssid_check_ie to allow for Multi...
2019-04-08  Jouni MalinenFix a typo in the Multiple BSSID Index element ID define
2019-04-08  Jouni MalinenDPP: Fix a regression in non-DPP, non-OpenSSL builds
2019-04-08  Jouni MalinenSAE: Reject unsuitable groups based on REVmd changes
2019-04-08  Jouni Malinentests: Change most SAE test cases to use suitable groups
2019-04-06  Andrei OtcheretianskiAP: Avoid NULL use with snprintf string
2019-04-06  Andrei Otcheretianskitests: Skip DPP configuration test
2019-04-06  Ilan Peerscan: Use normal scans after connection failure
2019-04-06  Andrei Otcheretianskitests: Flush correct iface in P2PS stale group removal...
2019-04-06  Brendan Jackmanhostapd: Reduce minimum beacon interval from 15 to...
2019-04-06  Ilan PeerOWE: Fix a possible memory leak on error path
2019-04-06  Ilan Peercrypto: Fix unreachable code in tls_prf_sha1_md5()
2019-04-06  Jouni Malinentests: ERP/FILS with external hostapd process as RADIUS...
2019-04-06  Jouni Malinentests: SAE test vector from IEEE P802.11-REVmd/D2.1...
2019-04-05  Sunil DuttAdd a QCA vendor attribute to carry the reason for...
2019-04-05  Ankita Bajajnl80211: Add SAE, FT-SAE, FT-EAP-SHA384 AKMs in connect...
2019-04-05  Peng XuP2P: Enable HE for both 2G and 5G bands
2019-04-05  Ankita BajajMBO: Update connect params with new MBO attributes...
2019-04-05  Ankita BajajMBO: Always include Non-preferred Channel Report attrib...
2019-04-03  Jouni MalinenDPP: Move GAS encapsulation into dpp_build_conf_req()
2019-04-01  Jouni MalinenSAE: Fix commit message override with external authenti...
2019-04-01  Jouni Malinentests: sigma_dut controlled AP with PSK, SAE, FT
2019-03-28  Jouni MalinenPrefer FT-SAE over FT-PSK if both are enabled
2019-03-28  Jouni MalinenAdd more debug prints on suite selector selection
2019-03-27  Jouni Malinentests: WPA2-EAP-FT with SHA384 using REASSOCIATE
next