P2P: Send WPS-FAIL event to parent interface, too
[libeap.git] / src / eap_server /
2010-10-09 Jouni MalinenEAP server: Allow reauth to be started with passthrough
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: Use PSK format in WPS Credential
2010-09-04 Jouni MalinenWPS: Use more defensive design to avoid theoretical...
2010-08-19 Jouni MalinenEAP-FAST server: Add I-ID into PAC-Info
2010-07-27 Jouni MalinenWPS: Allow AP to start in Enrollee mode without AP...
2010-07-21 Jouni MalinenEAP server: Add support for configuring fragment size
2010-04-18 Jouni MalinenTNC: Add more debug infor to EAP-TNC server state changes
2010-04-18 Jouni MalinenTNC: Fix EAP-TNC fragmentation of the last message
2010-04-18 Jouni MalinenTNCS: Fix uninit in error case to not double free IMVs
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2010-04-11 Jouni MalinenUse unsigned bitfield for 1-bit values
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2010-04-04 Jouni MalinenFix Windows compilation issues with AP mode code
2010-03-06 Jouni MalinenAvoid warnings on unused function/variables if debug...
2010-02-19 Jouni MalinenRename EAP server source files to avoid duplicate names
2010-02-14 Jouni MalinenEAP-TNC: Add Flags field into fragment acknowledgement
2010-02-13 Jouni MalinenEAP-TNC server: Fix processing when last message is...
2010-02-13 Jouni MalinenEAP-TNC: Accept fragment ack frame with Flags field
2010-02-12 Jouni MalinenFix TLS in/out buffer freeing
2009-12-23 Jouni MalinenRename EAP TLS variables to make server and peer code...
2009-12-21 Jouni MalinenWPS: Add option for forcing Registrar to use PSK format...
2009-12-20 Jouni MalinenUse wpabuf with tls_connection_ia_send_phase_finished()
2009-12-20 Jouni MalinenCheck TLS status on EAP server during handshake
2009-12-20 Jouni MalinenConvert TLS wrapper to use struct wpabuf
2009-12-20 Jouni MalinenFix lastReqData freeing to use wpabuf_free()
2009-12-20 Jouni MalinenEAP-FAST server: Piggyback Phase 2 start with end of...
2009-12-06 Jouni MalinenMove EAP-SIM DB conditional build into hostapd
2009-12-06 Jouni MalinenIncrease EAP server extra room for encryption overhead...
2009-12-06 Jouni MalinenMove EAP method registration away from src/eap_{peer...
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenReplace eap_type_text() with EAP server methods function
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-10-11 Jouni MalinenFix EAP-AKA server build without EAP-SIM
2009-09-07 Jouni MalinenWPS: Store device info and make it available through...
2009-08-16 Jouni MalinenVerify CHAP/MSCHAPv2 return code
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-04-21 Jouni Malinenwpa_supplicant AP: Add preliminary support for WPS...
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-13 Jouni MalinenFix TNC with EAP-TTLS
2009-03-13 Jouni MalinenFix segmentation fault on EAP-TTLS phase 2 EAP method...
2009-03-13 Masashi HonmaTNC: Send EAP-Failure on TNC failure
2009-03-02 Jouni MalinenFix EAPOL/EAP reauthentication with external RADIUS...
2009-02-26 Jouni MalinenUpdate EAP-GPSK references from internet draft to RFC...
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-15 Jouni MalinenAdd debug prints for couple of new EAP-AKA' attributes
2009-02-06 Jouni MalinenWPS UPnP: Added support for multiple external Registrars
2009-01-29 Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-13 Jouni MalinenRenamed shadowed variable
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-02 Jouni MalinenFixed number of doxygen warnings
2008-12-29 Jouni MalinenWPS: Set recommended retransmission times with EAP...
2008-12-29 Jouni MalinenFixed retransmission of EAP requests if no response...
2008-12-26 Jouni MalinenAdd RADIUS server support for identity selection hint...
2008-12-16 Jouni MalinenFixed EAP-AKA build in case EAP-AKA' is disabled
2008-12-14 Jouni MalinenCleaned up EAP-MSCHAPv2 key derivation
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': Comment out EAP-AKA' server KDF negotiation
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: Parse Request Type from WPS IE in (Re)AssocReq...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-20 Jouni MalinenFixed EAP-TLS message fragmentation for the last TLS...
2008-11-20 Jouni MalinenFixed EAPA-AKA warning message about AT_RES length...
2008-11-07 Jouni MalinenEAP-AKA: Validate RES Length field in AT_RES
2008-11-06 Jouni MalinenEAP-FAST server: allow expired PAC for PAC refresh
2008-10-29 Jouni MalinenFixed size_t printf format for 64-bit targets
2008-10-19 Jouni MalinenEAP-FAST: Allow A-ID and A-ID-Info to be configured...
2008-10-08 Jouni MalinenEAP-FAST: Make PAC-Key lifetime values configurable
2008-10-08 Jouni MalinenEAP-FAST: Added support for disabling anonymous/authent...
2008-10-08 Jouni MalinenChange the order of Result TLV and PAC TLV to avoid...
2008-10-01 Jouni MalinenFixed EAP-TTLS server to verify eap_ttls_phase2_eap_ini...
2008-08-24 Jouni MalinenFixed EAP-FAST server PAC-Opaque padding
2008-08-16 Jouni MalinenUpdated EAP-TTLSv0 references to use RFC 5281
2008-07-16 Jouni MalinenFixed EAP-TNC not to include extra EAP header and TNC...
2008-06-09 Jouni MalinenEAP-PEAP: Moved the common peap_prfplus() function...
2008-06-05 Jouni MalinenFixed potential NULL pointer dereference if memory...
2008-05-29 Jouni MalinenChanged TLS server to use OpenSSL SSL_accept() instead...
2008-05-28 Jouni MalinenAdd eap_tls_state() to get closer to EAP-TTLS/PEAP...
2008-05-28 Jouni MalinenShare EAP-TLS/PEAP/TTLS/FAST core process() functionality
2008-05-28 Jouni MalinenDo not refer to Flags::Version field as 'PEAP version'
2008-05-28 Jouni MalinenRedesigned EAP-TLS/PEAP/TTLS/FAST fragmentation/reassembly
2008-05-26 Jouni MalinenFixed EAP-IKEv2 server fragment processing
2008-05-26 Jouni MalinenAdded a workaround for handling TLS compression
2008-05-26 Jouni MalinenAdded fragmentation support for EAP-TNC
2008-05-06 Jouni MalinenFixed xsi:schemaLocation to use whitespace to separate...
2008-03-30 Jouni MalinenTNC: Added preliminary code for IF-TNCCS-SOH server...
2008-03-19 Jouni MalinenEAP-PEAP: Fixed interop issues in key derivation with...
next