P2P: Optimize scan frequencies list when re-joining a persistent group
[mech_eap.git] / src / eap_peer /
2015-03-28 Jouni MalinenEAP-pwd peer: Add support for hashed password
2015-03-02 Sunil Dutteap_proxy: Callback to notify any updates from eap_proxy
2015-02-01 Jouni MalinenAdd an option allow canned EAP-Success for wired IEEE...
2015-02-01 Jouni MalinenEAP-MSCHAPv2 peer: Add option to disable password retry...
2015-01-28 Jouni Malinentests: Pending EAP peer processing with VENDOR-TEST
2015-01-20 BenEAP: Fix possible memory leak in eap_ttls_process_decry...
2015-01-14 Jouni MalinenAdd domain_match network profile parameter
2015-01-14 Jouni MalinenAdd peer certificate alt subject name information to...
2015-01-10 Jouni MalinenFix a typo in domain_suffix_match documentation
2015-01-10 Jouni MalinenImprove subject_match and domain_suffix_match documentation
2014-12-21 Jouni MalinenEAP-IKEv2: Fix a typo in a debug message
2014-12-20 Jouni MalinenEAP-IKEv2 peer: Fix fragmentation reassembly
2014-12-20 Jouni MalinenEAP-IKEv2: Add explicit limit for maximum message length
2014-12-14 Jouni MalinenERP: Drop ERP keys on failure on the peer
2014-12-09 Jouni MalinenAdd tls_session_reused=<0/1> into EAP peer TLS status
2014-12-09 Jouni MalinenOpenSSL: Fix EAP-FAST peer regression
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-08 Jouni MalinenUse os_calloc() instead of os_zalloc()
2014-12-04 Jouni MalinenERP: Avoid a static analyzer warning on uninitialized...
2014-12-04 Jouni MalinenERP: Add wpa_supplicant ERP_FLUSH ctrl_iface command
2014-12-04 Jouni MalinenERP: Add support for ERP on EAP peer
2014-11-30 Jouni MalinenEAP-PAX: Derive EAP Session-Id
2014-11-30 Jouni MalinenEAP-TTLS: Add support for deriving EMSK
2014-11-30 Jouni MalinenEAP peer: Clean up TLS Session-Id derivation function
2014-11-23 Jouni MalinenWPS: Add explicit message length limit of 50000 bytes
2014-11-23 Jouni MalinenEAP-IKEv2: Make proposal_len validation clearer
2014-11-23 Jouni MalinenEAP-FAST: Make PAC file A_ID parser easier to analyze
2014-11-23 Jouni MalinenEAP-FAST: Clean up binary PAC file parser validation...
2014-11-16 Jouni MalinenEAP-pwd: Remove unnecessary OpenSSL EVP_sha256() regist...
2014-10-12 Jouni Malinenwpa_supplicant: Allow OpenSSL cipherlist string to...
2014-07-26 Jouni MalinenEAP: Do not allow fast session resumption with differen...
2014-07-24 Jouni MalinenEAP-pwd: Clear identity string and temporary buffer...
2014-07-24 Florent DaigniereEAP-pwd: Verify BN_rand_range return code
2014-07-24 Florent DaigniereEAP-pwd: Use os_memcmp_const() for hash comparisons
2014-07-24 Florent DaigniereOpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free
2014-07-24 Florent DaigniereOpenSSL: Use BN_clear_free instead of BN_free
2014-07-20 Dmitry ShmidtEAP-TTLS: Remove FreeRADIUS workaround for EAP-TTLS...
2014-07-02 Jouni MalinenEAP peer: Clear keying material on deinit
2014-07-02 Jouni MalinenClear wpa_supplicant configuration keys explicitly
2014-07-02 Jouni MalinenEAP-AKA: Remove unnecessary dead increment
2014-07-02 Jouni MalinenEAP-MSCHAPv2: Use os_memcmp_const() for hash/password...
2014-07-02 Jouni MalinenEAP-PSK: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-PEAP: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-LEAP: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-GPSK: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-PAX: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-FAST: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-EKE: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenEAP-SAKE: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenEAP-SIM/AKA: Use os_memcmp_const() for hash/password...
2014-07-02 Jouni MalinenEAP-IKEv2: Use os_memcmp_const() for hash/password...
2014-07-02 Jouni MalinenEAP-pwd: Add explicit total length limit
2014-07-02 Jouni MalinenEAP-SIM/AKA: Pass EAP type as argument to eap_sim_msg_f...
2014-06-20 Jouni MalinenEAP-SIM/AKA: Remove unused RESULT_FAILURE state
2014-06-18 Jouni MalinenEAP-GPSK: Clean up CSuite_List length validation (CID...
2014-06-18 Jouni MalinenEAP-FAST: Clean up TLV length validation (CID 62853)
2014-06-14 Jouni MalinenEAP-EKE: Fix typos in debug message
2014-06-14 Jouni MalinenEAP-MSCHAPv2: Check hash function results more consiste...
2014-06-13 Jouni MalinenEAP-TNC: Limit maximum message buffer to 75000 bytes...
2014-06-12 Philippe De SwertTNC: Fix minor memory leak (CID 62848)
2014-06-08 Jouni MalinenEAP-IKEv2: Remove obsolete ccns.pl project workarounds
2014-05-17 Jouni MalinenTNC: Move common definitions into a shared header file
2014-05-17 Jouni MalinenTNC: Allow tnc_config file path to be replaced
2014-05-11 Jouni MalinenEAP-IKEv2: Allow frag ack without integrity checksum
2014-05-11 Jouni MalinenEAP-pwd: Fix processing of group setup failure
2014-05-11 Jouni MalinenEAP-pwd peer: Export Session-Id through getSessionId...
2014-05-11 Jouni MalinenEAP-SIM peer: Fix counter-too-small message building
2014-04-24 Naresh JayaramAdd SIM identifier to the network profile and cred...
2014-04-06 Jouni MalinenWPS: Remove unused WEP related functionality
2014-04-05 Jouni MalinenEAP-pwd peer: Fix fragmentation of PWD-Confirm-Resp
2014-04-05 Jouni MalinenEAP-pwd: Fix memory leak on error path with fragmentation
2014-03-02 Jouni MalinenEAP-FAST: Use clear eap_get_config() result validation
2014-02-25 Jouni MalinenHS 2.0R2: Add WFA server-only EAP-TLS peer method
2014-02-24 Stefan Lippers-Hol... Fix spelling s/algorith/algorithm/
2014-02-20 Dmitry ShmidtTLS: Add tls_disable_tlsv1_1 and tls_disable_tlsv1_2...
2014-02-13 Eytan Lifshitzwpa_supplicant: Fix NULL dereference in eap_fast_parse_...
2014-01-27 Jouni MalinenWPS NFC: Process new style handover select
2014-01-27 Jouni MalinenWPS NFC: Validate peer public key hash on Enrollee
2014-01-08 Jouni MalinenSkip network disabling on expected EAP failure
2014-01-08 Jouni MalinenEAP-FAST peer: Make debug clearer on missing pac_file...
2014-01-07 Jouni MalinenEXT PW: Fix hash return in password fetching
2014-01-07 Jouni MalinenEAP-IKEv2 peer: Fix a memory leak in notify round
2014-01-07 Jouni MalinenRemove PEAPv2 support
2014-01-07 Jouni MalinenEAP-pwd peer: Allow fragmentation limit to be configured
2014-01-07 Jouni MalinenEAP-IKEv2 peer: Allow fragmentation limit to be configured
2014-01-07 Jouni MalinenEAP-GPSK: Report CSuite negotiation failure properly
2014-01-07 Jouni MalinenEAP-GPSK: Allow forced algorithm selection to be configured
2014-01-07 Jouni MalinenEAP peer: Improve failure reporting from METHOD with...
2013-12-29 Jouni MalinenEAP-EKE: Allow forced algorithm selection to be configured
2013-11-24 Jouni MalinenAdd CONFIG_CODE_COVERAGE=y option for gcov
2013-10-23 Naresh Jayarameap_proxy: Add context data pointer to the get_imsi...
2013-10-20 Jouni MalinenEAP-AKA/AKA' peer: Allow external USIM processing to...
2013-10-20 Jouni MalinenEAP-SIM peer: Allow external SIM processing to be used
2013-10-20 Jouni MalinenEAP peer: Add framework for external SIM/USIM processing
2013-10-18 Jouni MalinenAdd AAA server domain name suffix matching constraint
2013-08-31 Andrejs CainikovsFix MNC length for Swisscom SIM cards
2013-07-07 Jouni MalinenEAP-EKE: Add peer implementation
2013-06-29 Jouni MalinenAdd support for OCSP stapling to validate server certif...
2013-04-27 Jouni MalinenAdd dup_binstr() to help common binary string tasks
next