]> git.ipfire.org Git - thirdparty/hostap.git/history - src
macsec: Add configuration parameters for hostapd
[thirdparty/hostap.git] / src /
2019-04-22  Omer DaganMake channel switch started event available over contro...
2019-04-22  Alex KhouderchahAdd 802.11 status code strings
2019-04-22  Jouni MalinenReplace int status/reason_code with u16 variable
2019-04-22  Alex KhouderchahAdd 802.11 reason code strings into wpa_supplicant...
2019-04-22  Jouni MalinenDPP2: hostapd as TCP Relay
2019-04-22  Jouni MalinenDPP2: Protocol exchange over TCP using Controller/Relay
2019-04-21  Jouni MalinenDPP: Make pkhash available in bootstrapping info
2019-04-21  Jouni MalinenDPP: Add configuration structure to dpp_global_init()
2019-04-21  Jouni MalinenThe master branch is now used for v2.9 development
2019-04-21  Jouni MalinenPreparations for v2.8 release hostap_2_8
2019-04-19  Jouni MalinenEAP-PAX server: Fix message length checks for MSGDUMP...
2019-04-19  Jouni MalinenEAP-PAX server: Check hash function results
2019-04-19  Jouni MalinenEAP-GPSK server: Fix memory freeing on error path
2019-04-19  Jouni MalinenEAP-SAKE: Report hash function failures to callers
2019-04-19  Jouni MalinenEAP-SAKE server: Fix memory freeing on error path
2019-04-19  Jouni MalinenFT: Derive PTK properly for rekeying with FT protocol
2019-04-18  Jouni MalinenFT: Do not add bogus PMKID in msg 1/4 for FT protocol...
2019-04-18  Jouni MalinenFT: Maintain PMK-R1 for a connected STA
2019-04-18  Jouni MalinenWPA: Clear authenticator keys for a STA on deinit/disco...
2019-04-18  Jouni MalinenWPA: Stop WPA statement on STA disassociation
2019-04-18  Jouni MalinenFT: Start PTK rekey timer on FT protocol completion
2019-04-18  Jouni MalinenFT: Remove unused pmk argument from wpa_auth_derive_ptk...
2019-04-18  Jouni MalinenFT: Allow 4-way handshake for PTK rekeying to continue...
2019-04-18  Jouni MalinenFILS: Fix PTK rekeying
2019-04-18  Jouni Malinennl80211: Check nla_put_flag() failure for ext auth
2019-04-17  Jouni MalinenEAP-pwd server: Remove unused srandom() call
2019-04-17  Jouni MalinenEAP-pwd peer: Fix reassembly buffer handling
2019-04-16  Jouni MalinenEAP-pwd server: Fix reassembly buffer handling
2019-04-16  Jouni MalinenEAP-pwd server: Fix a memory leak on error path
2019-04-16  Jouni MalinenEAP-MSCHAPv2: Propagate GetAsymetricStartKey() failures...
2019-04-16  Jouni MalinenRSN: Ignore IGTK configuration errors with swapped...
2019-04-16  Jouni MalinenRSN: Report completion only after IGTK configuration
2019-04-15  Ilan Peernl80211: Handle NL80211_CMD_PROBE_CLIENT command response
2019-04-15  Jouni Malinennl80211: More detailed PROBE_CLIENT debug print
2019-04-15  Jouni Malinenmka: Avoid memory leak in unexpected case in RECEIVE
2019-04-15  Jouni Malinenmesh: Fix operations after SAE state machine removing...
2019-04-15  Jouni Malinenmesh: Fix SAE reauthentication processing
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 MalinenRemove the unused crypto_ec_cofactor() function
2019-04-13  Jouni MalinenEAP-pwd: Remove unused checks for cofactor > 1 cases
2019-04-13  Jouni MalinenEAP-pwd: Disallow ECC groups with a prime under 256...
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: crypto_hash_finish() failure in eap_pwd_kdf()
2019-04-13  Ryo ONODERAbsd: Fix a typo in error message
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: 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 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 MalinenRADIUS server: Accept ERP keyName-NAI as user identity
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-06  Andrei OtcheretianskiAP: Avoid NULL use with snprintf string
2019-04-06  Ilan Peercrypto: Fix unreachable code in tls_prf_sha1_md5()
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-03  Jouni MalinenDPP: Move GAS encapsulation into dpp_build_conf_req()
2019-03-27  Jouni MalinenAdd AKM info in the debug message noting PMKSA caching...
2019-03-27  vamsi krishnaFT-SAE: Use PMK as XXKey in AP when SAE PMKSA caching...
2019-03-27  Jouni Malinennl80211: Do not add WMM parameters when updating an...
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-24  Jouni MalinenDPP: Common configurator/bootstrapping data management
2019-03-23  Jouni MalinenFix memcpy regression in PMK handling
2019-03-20  Jouni MalinenFILS: Fix KEK2 derivation for FILS+FT
2019-03-19  Jouni MalinenOpenSSL: Fix build with current BoringSSL
2019-03-18  Jouni MalinenOWE: Move Association Response frame IE addition to...
2019-03-18  Jouni MalinenDPP2: PFS for PTK derivation
2019-03-17  Jouni MalinenDPP2: Extend wpa_pmk_to_ptk() to support extra Z.x...
2019-03-17  Jouni MalinenOWE: Allow Diffie-Hellman Parameter element to be inclu...
2019-03-16  Jouni MalinenAdd TEST_FAIL() to aes_encrypt_init() with internal...
2019-03-16  Jouni MalinenTLS: Add support for RFC 5705 TLS exporter context...
2019-03-16  Ervin OroAdd support for an optional context parameter to TLS...
2019-03-16  Jouni MalinenDPP2: Support new legacy+DPP config object credentials
2019-03-16  Jouni MalinenDPP: Clean up configuration parsing
2019-03-14  Jouni MalinenOpenSSL: Fix build with OpenSSL 1.0.2
2019-03-14  Jouni MalinenSAE: Reduce queue wait time for pending Authentication...
next