P2P: Send WPS-FAIL event to parent interface, too
[libeap.git] / src / eap_peer /
2010-09-15 Jouni MalinenEAP-pwd: Fix couple of memory leaks
2010-09-15 Jouni MalinenEAP-pwd: Move bnctx into per-protocol instance structure
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...
2010-09-09 Jouni MalinenP2P: Set Device Password ID in WPS M1/M2 per new rules
2010-09-09 Jouni MalinenWPS: Make fragment size configurable for EAP-WSC peer
2010-09-09 Jouni MalinenWPS 2.0: Add support for AuthorizedMACs attribute
2010-07-21 Jouni MalinenWPS: Allow fragment size to be configured
2010-07-18 Jouni MalinenWPS: Reduce client timeout with EAP-WSC to avoid long...
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-11 Jouni MalinenEAP-MD5: Use conditional success decision
2010-02-14 Jouni MalinenEAP-TNC: Add Flags field into fragment acknowledgement
2010-02-13 Jouni MalinenEAP-TNC: Accept fragment ack frame with Flags field
2010-02-13 Jouni MalinenAdd TLS client events, server probing, and srv cert...
2010-02-13 Jouni MalinenFix memory leak on TLS setup error path
2010-02-11 Jouni MalinenAdd new ctrl_iface event for EAP methods proposed by...
2010-01-10 Jouni MalinenEAP-FAST peer: Clean up PAC writing function
2009-12-23 Jouni MalinenRename EAP TLS variables to make server and peer code...
2009-12-20 Jouni MalinenUse wpabuf with tls_connection_ia_send_phase_finished()
2009-12-20 Jouni MalinenAllow TLS flags to be configured (allow MD5, disable...
2009-12-20 Jouni MalinenConvert TLS wrapper to use struct wpabuf
2009-12-09 Masashi HonmaEAP-TTLS/PAP: User-Password obfuscation for zero length...
2009-12-06 Jouni MalinenMove EAP method registration away from src/eap_{peer...
2009-12-05 Jouni MalinenMove milenage.[ch] into src/crypto
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-10-22 Jouni MalinenFix dbus build without EAP
2009-09-06 Jouni MalinenWPS: Add support for AP reconfiguration with wps_reg
2009-08-16 Jouni MalinenVerify CHAP/MSCHAPv2 return code
2009-08-16 Jouni MalinenPass digest return value to CHAP/MSCHAPv2 caller
2009-08-16 Jouni MalinenPreliminary support for FIPS mode operation with OpenSSL
2009-06-30 RyujiFix EAP-TNC peer memory leak on an error path
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-06-29 Jouni MalinenEAP-SIM peer: Remove AT_NOTIFICATION from Notification...
2009-05-26 Jouni MalinenWPS: Add support for setting timeout for PIN
2009-03-16 Masashi HonmaTNC: Fix a stray pointer that could cause segfault...
2009-03-14 Jouni MalinenUpdate draft-cam-winget-eap-fast-provisioning reference...
2009-02-26 Jouni MalinenUpdate EAP-GPSK references from internet draft to RFC...
2009-02-15 Jouni MalinenDo not try session resumption after EAP failure
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-15 Jouni MalinenCheck EAP-AKA' AT_KDF duplication only if KDF was negot...
2009-02-11 Jouni MalinenEAP-AKA': Verify that AMF separation bit is set
2009-02-09 Jouni MalinenUse larger buffer for TLS encryption to avoid issues...
2009-02-07 Pavel RoskinFix building dynamic EAP peer modules
2009-01-29 Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-04 Jouni MalinenSilenced number of Doxygen warnings
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
2009-01-03 Jouni MalinenMoved WPS Registrar initialization from EAP peer to...
2009-01-03 Jouni MalinenRemoved registrar pointer from wps_config and wps_data
2009-01-03 Jouni MalinenRemoved duplicated authenticator yes/no from wps_config...
2009-01-03 Jouni MalinenRemoved unused WPS_PENDING processing result
2009-01-03 Jouni MalinenAdded Doxygen documentation for WPS code
2009-01-01 Jouni MalinenWPS: Cleanup UUID and MAC address configuration
2008-12-30 Jouni MalinenFix TLS message processing if Flags field is not present
2008-12-21 Jouni MalinenUse wildcard UUID when setting AP PIN for Registrar...
2008-12-17 Jouni MalinenWPS: Fixed deinit code for freeing config and registrar...
2008-12-14 Jouni MalinenFixed interoperability issue with PEAPv0 cryptobinding...
2008-12-14 Jouni MalinenCleaned up EAP-MSCHAPv2 key derivation
2008-12-10 Jouni MalinenRename MSG to MESG to avoid conflicts with Windows...
2008-12-10 Jouni MalinenDon't include unused calls to SHA256 functions if EAP...
2008-12-07 Jouni MalinenAdded option to force SoH version 1 (tnc=soh1)
2008-12-07 Jouni MalinenMerged EAP-AKA' into eap_aka.c and added it to defconfi...
2008-12-05 Jouni MalinenAdded protection against EAP-AKA' -> EAP-AKA bidding...
2008-12-04 Jouni MalinenEAP-AKA': Added CK',IK' derivation
2008-12-04 Jouni MalinenEAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT...
2008-12-03 Jouni MalinenEAP-AKA': Allow both AKA AKA' to be registed from eap_a...
2008-12-03 Jouni MalinenEAP-AKA': Derive keys using the new KDF (PRF')
2008-12-02 Jouni MalinenEAP-AKA': Use HMAC-SHA-256-128 for AT_MAC
2008-12-02 Jouni MalinenEAP-AKA': Use SHA256 for AT_CHECKCODE
2008-12-02 Jouni MalinenUse a variable to store EAP method type for EAP-AKA...
2008-12-02 Jouni MalinenAdd a starting point for EAP-AKA' (draft-arkko-eap...
2008-11-29 Jouni MalinenWPS: Get AP PIN from configuration instead of using...
2008-11-28 Jouni MalinenWPS: Moved mac_addr and uuid configuration into wps_context
2008-11-28 Jouni MalinenWPS: Moved wps_context initialization into wps_supplicant.c
2008-11-28 Jouni MalinenWPS: Merged two cred_cb variables into the same one
2008-11-28 Jouni MalinenWPS: Moved device attributes into wps_context::dev...
2008-11-27 Jouni MalinenWPS: Process old AP Settings in M7 when registering...
2008-11-27 Jouni MalinenFixed a typo in a debug message
2008-11-26 Jouni MalinenWPS: Moved UUID configuration from phase1 into global...
2008-11-26 Jouni MalinenPEAPv0: Added support for IPMK/CMK derivation in sessio...
2008-11-23 Jouni MalinenReject GPSK-3 if ID_Server in it does not match with...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-22 Jouni MalinenAdd more verbose debug output for GSM-Milenage use...
2008-11-20 Jouni MalinenChanged PEAPv0 cryptobinding to be disabled by default
2008-11-19 Jouni MalinenEAP-PEAP: Copy Binding nonce from cryptobinding request...
2008-11-18 Carolin LatzeSeparate OpenSSL engine configuration for Phase 2
2008-11-16 Jouni MalinenEAP-FAST: Reorder TLVs in PAC Acknowledgment to fix...
2008-11-07 Jouni MalinenEAP-SIM/AKA: fixed initialization to verify PIN even...
2008-11-07 Jouni MalinenFixed EAP-AKA RES Length field in AT_RES as length...
2008-11-06 Jouni MalinenEAP-FAST: Include Tunnel PAC request only after EAP...
2008-11-06 Jouni MalinenAdded Milenage-GSM simulator for EAP-SIM
2008-11-05 Jouni MalinenAdded Milenage USIM emulator for EAP-AKA (can be used...
2008-11-01 Jouni MalinenFixed fwrite error path in eap_fast_write_pac not to...
2008-10-29 Jouni MalinenVerify fread(), fwrite(), and system() return values
2008-10-19 Jouni MalinenEAP-FAST peer: Fixed not to add PAC Request in PAC...
2008-10-02 Jouni MalinenUpdated the comment on MS-Packet-Info mismatch based...
2008-10-02 Jouni MalinenSoH: Add null termination for empty url in MS-Quarantin...
2008-10-02 Jouni MalinenSoH: Add all the mandatory attributes into SSoH vendor...
2008-10-02 Jouni MalinenFixed EAP-FAST peer not to add double Result TLV when...
2008-10-02 Jouni MalinenFixed a typo
2008-09-27 Jouni MalinenSilenced compiler warnings on size_t printf format...
next