Remove extra typedefs since they do not seem to be needed anymore
[libeap.git] / src / eap_peer /
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...
2008-08-16 Jouni MalinenUpdated EAP-TTLSv0 references to use RFC 5281
2008-08-10 Jouni MalinenRenamed MSG to PROC_MSG to avoid conflicts with MinGW...
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-05-26 Jouni MalinenAdded a workaround for handling TLS compression
2008-05-26 Jouni MalinenAdded fragmentation support for EAP-TNC
2008-05-23 David SmithAdd support to eap_peer for client cert and CA cert...
2008-05-06 Jouni MalinenFixed xsi:schemaLocation to use whitespace to separate...
2008-04-08 Jouni MalinenTNC: Added preliminary code for IF-TNCCS-SOH client...
2008-04-08 Jouni MalinenPEAPv0: Added crypto_binding configuration option ...
2008-03-23 Jouni MalinenEAP-TTLS: Fixed implicit challenge derivation to use...
2008-03-19 Jouni MalinenEAP-PEAP: Fixed interop issues in key derivation with...
2008-03-18 Jouni MalinenEAP-PEAP: Swap MS-CHAP-v2 MPPE keys for EAP-PEAP ISK...
2008-03-18 Jouni MalinenEAP-PEAP: Added preliminary code for PEAPv0 and PEAPv2...
2008-03-18 Jouni MalinenEAP-PEAP: Moved EAP-TLV processing into eap_peap.c
2008-03-09 Jouni MalinenTNC: Fixed TNC when using EAP-TTLS with non-EAP Phase 2
2008-03-09 Jouni MalinenTNC: Added support for using TNC with EAP-FAST
2008-02-28 Jouni MalinenEAP-FAST: Cleaned up TLV processing and added support...
2008-02-28 Jouni MalinenEAP-FAST: Define and use EAP_FAST_CMK_LEN
2008-02-28 Jouni MalinenRemoved extra '_' from struct eap_tlv_crypto_binding__t...
2008-02-28 Jouni MalinenEAP-FAST: Moved common peer/server functionality into...
2008-02-28 Jouni MalinenEAP-FAST: Added shared helper functions for building...
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...